G
Gav
Hi All,
I'm trying to create a table in a sql database.
When I run
ExecuteNonQuery();
I get an error "Objects must implement IConvertible".
I put the same statement in a textbox, after getting the error I copied the
statement into SQL's query analyser and the command works fine.
Anyone know where I might be going wrong?
Thanks
Gav
I'm trying to create a table in a sql database.
When I run
ExecuteNonQuery();
I get an error "Objects must implement IConvertible".
I put the same statement in a textbox, after getting the error I copied the
statement into SQL's query analyser and the command works fine.
Anyone know where I might be going wrong?
Thanks
Gav