This is a discussion on sp_sproc_columns and RDO within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Hi, I'm calling a stored procedure in SqlServer from VB using RDO. Every time ODBC? generates a call to ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I'm calling a stored procedure in SqlServer from VB using RDO. Every time ODBC? generates a call to sp_sproc_columns. I would like to avoid that, as I specify the parameters myself in VB. If there a way to turn off the calls to sp_sproc_columns? Thanks. |