Daniel, > Does the client library as an ADO.NET data provider > work?
The ADO.NET standalone client is under development: before completing it I would like to see if the protocol communication works as it should. > Browsing subversion I noticed the Open() method is > throwing NotImplementedException(). > > Are we to use Login() instead? Open() is part of the > IDbConnection interface. Could it be implemented to > parse a connection string and then call Login() ? That should be an incoherence in the implementation, for which I would like to apologyze: the main purpose of the ADO.NET layer shipped into the *.Client namespace is to provide an easy interface to the DB, but maybe I didn't follow the right path of implementation of that particular method. Because of these kind of situation I called for testers to notify me such these errors. Thank you again for the support. Antonello On 2/12/07, Daniel Morgan <[EMAIL PROTECTED]> wrote: > Does the client library as an ADO.NET data provider > work? > > Browsing subversion I noticed the Open() method is > throwing NotImplementedException(). > > Are we to use Login() instead? Open() is part of the > IDbConnection interface. Could it be implemented to > parse a connection string and then call Login() ? > > http://minossedb.svn.sourceforge.net/viewvc/minossedb/trunk/minossedb/Deveel.Data.Minosse.Client/MinosseConnection.cs?view=markup > > > > --- Daniel Morgan <[EMAIL PROTECTED]> wrote: > > > Great! > > > > Does Minosse RDBMS build and run on Mono? > > > > On what platforms does it build and run? Linux, > > Windows, MacOS, Solaris, FeeBSD, etc.? > > > > Does Minosse RDBMS build and run on Microsoft .NET > > Framework? > > > > Also, where can we download it? Do you have a > > source > > tarball or zip file? What about a binary tarball > > too? > > > > What are the licenses used for this project? I see > > GPL. Could your client libraries be LGPL instead of > > GPL please? > > > > Checking out from subversion does not count as > > downloading. With a "beta", we need some files to > > "download". Can you provide these files please? > > > > Thanks, > > Daniel > > > > --- Antonello Provenzano <[EMAIL PROTECTED]> > > wrote: > > > > > Dear Fellows, > > > > > > About 3 years ago I founded the project Minosse, > > the > > > first example of > > > a fully functional embedded RDBMS written in C# > > > language, presented as > > > master thesis at university. > > > For a couple of years I actively developed, > > although > > > I wasn't really > > > experienced in managing such this kind of project > > > and after a while it > > > came to death. > > > > > > Since, between all the projects I started and > > > developed this is the > > > one I heart the most, couple of month ago I > > decided > > > to resume the > > > development and I came across a "stable" version > > of > > > the library. > > > > > > What I'm asking to you is to take a look at the > > > project and setup some > > > little test cases and potentially give me > > > suggestions, or even more > > > help me, for the development and the bug-fixing > > (or > > > documentation if > > > possible) of what is left before having a stable > > > release of the > > > project. > > > > > > You can find more information about Minosse, plus > > > SVN repository, on > > > SourceForge.net: > > > > > > http://sourceforge.net/projects/minossedb > > > > > > Thank you all for all the consideration you will > > > give the project and > > > the help you'll decide to give me for the > > > development. > > > > > ____________________________________________________________________________________ > Sucker-punch spam with award-winning protection. > Try the free Yahoo! Mail Beta. > http://advision.webevents.yahoo.com/mailbeta/features_spam.html > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
