Search found 2 matches
- 06.02.2008, 13:05
- Forum: MySQL
- Topic: MySQL5 - Stored procedures
- Replies: 17
- Views: 8565
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 ...
- 06.02.2008, 13:02
- Forum: MySQL
- Topic: MySQL Stored Procedures And Zeos Lib
- Replies: 2
- Views: 1821
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...