Search found 3 matches
- 02.11.2008, 17:09
- Forum: 6.6 - stable
- Topic: Prepared Statements
- Replies: 2
- Views: 682
- 02.11.2008, 14:05
- Forum: 6.6 - stable
- Topic: Prepared Statements
- Replies: 2
- Views: 682
Prepared Statements
Hello boys and girls, I've been wondering a lot how to use those prepared statements. I've found TZConnection.DbcConnection.PrepareStatementWithParams, but do I really have to specify the Statement AND the Parameters in one process? I'd like to just specify the prepared statement once, then collect ...
- 27.08.2008, 21:21
- Forum: 6.6 - stable
- Topic: ZQuery, MySQL, Lazarus, Windows and UTF-8.
- Replies: 1
- Views: 981
ZQuery, MySQL, Lazarus, Windows and UTF-8.
Hello all, I was writing an application recently, using Lazarus and ZeosLib for connecting to a MySQL database. During this, I have been fetching some entries via a ZQuery component and writing them to a ListBox. it worked all fine and I was quite statisfied with the result. I have to admit, though,...