Dear Vowca,
Here i am using IBPhoenix Open Source ODBC Driver.
When i am trying to execute a stored procedure on vb I can a execute the procedure but if the the procedure returns any value i can't get it. Then here I would like to use odbc driver
instead of OLEDB Driver. IBProvier is not a ODBC Driver.
Pls Help.
Thanks & Regards,
Saju.
Main Topics
Browse All Topics





by: vowcaPosted on 2004-02-21 at 14:33:15ID: 10422568
May there be more details ?
Am i correct, that You are using some IB-clone from VB-made application, and want to call Stored Proceudre that exists in database?
And usual selects work fine ?
Usually You can ether do
1) select <paramlist> from SP
That will return the usual table, that can be fetched by usual methods.
2) You can run 'EXECUTE PROCEDURE' statement.
Try to look examples at www.ibprovider.com