I'm facing the same problem here.
Did you ever got a solution about this?
--
View this message in context:
http://sqlite.1065341.n5.nabble.com/SQLiteParameter-and-VS-Form-Designer-generated-code-problem-tp74717p96612.html
Sent from the SQLite mailing list archive at Nabble.com.
Hello,
I have a problem when using SQLiteCommand in VC# Express. If I add some
parameters to the command, the Form Designer automatically adds this lines:
sqLiteParameter1.Precision = ((byte)(0));
sqLiteParameter1.Scale = ((byte)(0));
but this generates errors because SQLiteParameter doesn't co
2 matches
Mail list logo