Thank you all.
I'm looking into the TZSQLProcessor component, and it seems to be the solution. Thanks again.
Search found 2 matches
- 11.02.2009, 15:20
- Forum: 6.6 - stable
- Topic: Complete newbie question!
- Replies: 4
- Views: 587
- 10.02.2009, 15:45
- Forum: 6.6 - stable
- Topic: Complete newbie question!
- Replies: 4
- Views: 587
Complete newbie question!
Hello, A complete newbie, so be gentle! Using Delphi 6, Zeoslib 6.6.4 & MySQL 5.1.31 under Windows. When I try a multi-row update like this: QuotesZQuery.SQL.Clear; QuotesZQuery.SQL.Add('UPDATE LineItemTable SET DesignTime = ' + IntToStr(55) + ' WHERE Projectnumber=504 AND LineNumber=1;'); Quote...