Hello, I have created a sp like one below: CREATE DB_PROC SP_EXAMPLE(OUT STATUS INTEGER) RETURNS CURSOR AS SET STATUS=10; DECLARE :$CURSOR CURSOR FOR SELECT * FROM TEST_USER.TBL_EXAMPLE;
It was compiled ok, but ... How to execute it from SQL Studio? I've also tried to execute it from VB 6 simple application, but it returns General error;-4024. The same example works fine with Microsoft SQL Server 2k. I have impression that there is a bug in ODBC driver, isn't it?? Best regards, Marcin Pytel Talex S.A. _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
