Sybase system 10 param queries 
Author Message
 Sybase system 10 param queries

I've been trying to use paramerterized queries with Sybase system 10 with
their ODBC driver 10.0.4 and all I've been able to get so far is a "Driver
does not support this function" when I get to the line that sets the
parameter value.  Bind vars must be supported by the driver, musn't they?
Or am I missing something?  Thanks.

ex)
sSql = "select bmk_name from tppf028 where bmk_id = ?"
set psBmk = cn.CreatePreparedStatement("", sSql)
psBmk.rdoParameters(0) = 123



Sat, 18 Sep 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Sybase system 10 param queries w/ RDO

2. Sybase system 10 param queries w/ RDO

3. VB4(16) & Sybase System 10 OpenRecordset problem

4. VB4/Sybase System 10

5. VB, ODBC, Sybase System 10, and Dynamic (real) SQL

6. vb4 RDO, intersolv odbc, and Sybase system 10

7. VB 4.0 and the 32-bit ODBC for Sybase System 10

8. INSTCAT.SQL and Sybase System 10

9. Drivers to access Sybase System 10

10. VB 4.0 and the 32-bit ODBC for Sybase System 10

11. Sybase system 10, ODBC, RDO, VB5

12. Numbering the values in a Top 10 query from 1 to 10

 

 
Powered by phpBB® Forum Software