Search found 1 match
- 24.10.2007, 00:11
- Forum: MySQL
- Topic: ZPlainMySQL5.pas: wrong definition for MYSQL_BIND record
- Replies: 1
- Views: 1302
ZPlainMySQL5.pas: wrong definition for MYSQL_BIND record
The definition of the MYSQL_BIND structure in ZPlainMySQL5.pas is wrong and leads to access violations when executing statements with bound parameters. Current definition (SVN trunk): MYSQL_BIND = record length: PLongInt; is_null: PByte; buffer: PChar; buffer_type: Cardinal; buffer_length: LongInt; ...