Click here to Skip to main content
16,011,428 members

Comments by Member 11762295 (Top 5 by date)

Member 11762295 22-Jul-15 15:06pm View    
When I tried to to the fill and get method programatically its working perfectly fine with ODBC connector. So I guess ODBC is fine. But tableadapter is not working. But I do not know how to regenerate the functionality of tableadapter programatically or even if thats possible.
Member 11762295 21-Jul-15 12:24pm View    
Deleted
I tried to set the tracing On from the ODBC dataSource Administrator. And then started the tracing and did the same table adapter creation again, but the trace logs are empty after that. Does that mean the ODBC is connection is not at all doing anything? Or please guide me if this is the wrong track
Member 11762295 21-Jul-15 9:38am View    
I am really new to this, how do I check the ODBC statements?If they are executed correctly
Member 11762295 20-Jul-15 18:29pm View    
The same query works absolutely fine when used with Oracle client ocnnection, only with ODBC connection , the query is throwing this error.
Member 11762295 20-Jul-15 14:30pm View    
Actually my code has several classes that are dependent on a Webservice call to connect to the DB and that webservice is using ODBC connection. So I am more inclined on using ODBC connection.