[Mono-devel-list] SqliteDataAdapter

Daniel Morgan danielmorgan at verizon.net
Tue Jan 25 18:44:56 EST 2005


I see your problem.  It was accidently left out of the build for Mono 1.0.5.
Besides,
the SQL Lite provider in Mono 1.0.5 is not working.  You can do DML, but no
SELECTs.
In Mono 1.1.3 this has been fixed plus there is SQL Lite version 3 support.

If you must continue to use Mono 1.0.5, I would suggest to take the
Mono.Data.Sqlite.dll from Mono 1.1.3 and use it.  Or from svn branch HEAD.  

-----Original Message-----
From: mono-devel-list-admin at lists.ximian.com
[mailto:mono-devel-list-admin at lists.ximian.com] On Behalf Of Nicholas Perez
Sent: Tuesday, January 25, 2005 3:25 PM
To: mono-devel-list at lists.ximian.com
Subject: [Mono-devel-list] SqliteDataAdapter


I am on an XP SP2 box with a 1.0.5 mono install. I have downloaded and
installed the sqlite.dll binary. Sqlite works, at least opening a new
connection, executing a query, and reading the results.

But...

For whatever reason there is no SqliteDataAdapterr in the assembly. Or at
least that is what the compiler is telling me when it gives me a CS0246
about the SqliteDataAdapter type. When I glance into svn I see that there
was SqliteDataAdapter implemented and put into the repository back in
November.

Did this not make it into 1.0.5? Do I need to download and install 1.1.3 or
whatever the latest development version is?

-- 
Nick
--
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list