SQLExecDirect and SQLNativeSQL
dsearl_at_gtsoftware.com
Date: 06/18/04
- Next message: William \(Bill\) Vaughn: "Re: Connection.IsolationLevel = adXactSerializable and timeout"
- Previous message: Jiho Han: "Test In-Transaction?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Jun 2004 14:40:46 -0400
I have a VB application that send a SELECT statement to an ODBC driver using
ADO.
In the ODBC driver trace I see that my application is handing the driver 2
different formats of the SELECT statement and yet, my VB application program
only issues the SELECT over and over again (every 1/2 second, I'm polling a
DB2 database).
Does anyone know why or how it is that when I issue the SELECT it comes to
the ODBC driver as an SQLExecDirect statement sometimes and at other times
it comes in as SQLNativeSql statement.
Is this some settings in my VB application or is an ADO decision caused by
something?
Best Regards,
David
- Next message: William \(Bill\) Vaughn: "Re: Connection.IsolationLevel = adXactSerializable and timeout"
- Previous message: Jiho Han: "Test In-Transaction?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|