Hi guys
I'm a little stumped by this problem, I was hoping some here could give me some pointers etc
I have a odbc drver that seems to work fine in some situations, others it just stops working. The driver is provided by an Accounting software developer for their own database implementation.
If I create a new windows or console application, open a connection and try to run a simple sql select query I get an error suggesting that my sql is malformed, which it is not.
Now if I create a new ASP project, use the exact same connection string, against the exact same data set, and the exact same query, it runs perfectly.
I've gone back to the provider to ask if there is anything they know of, but I believe that this is something I've not got quite right and can't for the life of me figure out what.
Thanks
I'm a little stumped by this problem, I was hoping some here could give me some pointers etc
I have a odbc drver that seems to work fine in some situations, others it just stops working. The driver is provided by an Accounting software developer for their own database implementation.
If I create a new windows or console application, open a connection and try to run a simple sql select query I get an error suggesting that my sql is malformed, which it is not.
Now if I create a new ASP project, use the exact same connection string, against the exact same data set, and the exact same query, it runs perfectly.
I've gone back to the provider to ask if there is anything they know of, but I believe that this is something I've not got quite right and can't for the life of me figure out what.
Thanks