From:
<car...@te...> - 2004-05-13 21:49:20
|
Hello: >When I attempt to run the code through the debugger, >ExecuteNonQuery always returns -1. In addition, I get >the following error in the CommandPlan property of the >FbCommand: > ExecuteNonQuery will return anything different than -1 only for insert, deletes and updates, you should be committing the transaction without having that value into account (in this case, of course ;)). >CommandPlan <error: an exception of type: >{System.ArgumentOutOfRangeException} occurred> > I will review it. >Is creating/altering tables not currently supported in >the .NET provider? > Yes it's (for example, the NUnit test suite creates a database from scratch) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |