We are using SQL Server RS2000 and MySQL 5 and though I can write a SQL statement directly in the Dataset window, I cannot seem to get a MySQL Stored Procedure to work by passing parameters via CALL:
Call myTestStoredProcedure(); works fine for a PROC with no params
Call myTestStoredProcedure(?); does not work.
We are using the MyConnector/ODBC 3.51 driver.
Am I screwing up the call or does passing parameters from RS 2000 to MySQL not work via ODBC? Do I need a different driver to make this work?
Start Free Trial