Search found 3 matches

by Ionic
02.11.2008, 17:09
Forum: 6.6 - stable
Topic: Prepared Statements
Replies: 2
Views: 682

Hello Mark, thank you very much for your explanation. I somehow already anticipated that I'd be using the wrong attempt, "IZStatement" just didn't look like it was designed to be used with components unfortunately... Again unfortunately the program I'm working on is to be used productive a...
by Ionic
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 ...
by Ionic
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,...