[Mono-list] SqliteCommandBuilder questions

Sean Dague sean at dague.net
Tue Aug 7 13:41:48 EDT 2007


(Using mono 1.2.4 in Ubuntu Gutsy)

I've got the following code:

   SqliteCommand primSelectCmd = new SqliteCommand(primSelect, conn);
   SqliteDataAdapter primDa = new SqliteDataAdapter(primSelectCmd);
   SqliteCommandBuilder primCb = new SqliteCommandBuilder(primDa);

Which produces the following error on compile:

 [csc]
 /home/sdague/code/opensim-svn/OpenSim/Region/Storage/OpenSim.DataStore.Sqlite/SqliteDataStore.cs(37,43): error CS1501: No overload for method `Mono.Data.SqliteClient.SqliteCommandBuilder' takes `1' arguments

Is it just that SqliteCommandBuilder isn't implemented in mono 1.2.4?
or is there something else going on here?

Any help would be appreciated,

    -Sean

-- 
__________________________________________________________________

Sean Dague                                       Mid-Hudson Valley
sean at dague dot net                            Linux Users Group
http://dague.net                                 http://mhvlug.org

There is no silver bullet.  Plus, werewolves make better neighbors
than zombies, and they tend to keep the vampire population down.
__________________________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.ximian.com/pipermail/mono-list/attachments/20070807/63a5ab25/attachment.bin 


More information about the Mono-list mailing list