(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.
__________________________________________________________________
signature.asc
Description: Digital signature
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
