Search found 2 matches

by v-maguryan
06.02.2008, 13:05
Forum: MySQL
Topic: MySQL5 - Stored procedures
Replies: 17
Views: 8506

It is BUG

The BUG in source code ZEOS library in unit ZDbcMySqlResultSet. Try to change this source code and then try to test STORED PROCEDURES: procedure TZMySQLResultSet.Close; begin if FQueryHandle <> nil then begin FPlainDriver.FreeResult(FQueryHandle); while FPlainDriver.RetrieveNextRowset( FHandle) = 0 ...
by v-maguryan
06.02.2008, 13:02
Forum: MySQL
Topic: MySQL Stored Procedures And Zeos Lib
Replies: 2
Views: 1808

This way is not correctly. The BUG in source code ZEOS library in unit ZDbcMySqlResultSet. Try to change this source code and then try to test STORED PROCEDURES: procedure TZMySQLResultSet.Close; begin if FQueryHandle <> nil then begin FPlainDriver.FreeResult(FQueryHandle); while FPlainDriver.Retrie...