Search found 6 matches
- 03.10.2023, 14:35
- Forum: ZeosLib 7.2 Forum
- Topic: Delphi 2007 ZeosLib 7.2 error identifier FClientCP
- Replies: 9
- Views: 883
Re: Delphi 2007 ZeosLib 7.2 error identifier FClientCP
Thanks everyone for the information. Now works!
- 03.10.2023, 05:54
- Forum: ZeosLib 7.2 Forum
- Topic: Delphi 2007 ZeosLib 7.2 error identifier FClientCP
- Replies: 9
- Views: 883
Re: Delphi 2007 ZeosLib 7.2 error identifier FClientCP
Thanks for your answers. Even though I followed the same clean installation procedure of zeoslib on a new installation of Delphi 2007 after installing designtime and setting the path to the zeos .pas, the error is the one mentioned in my first post. From your answers I understood it was just a path ...
- 01.10.2023, 08:51
- Forum: ZeosLib 7.2 Forum
- Topic: Delphi 2007 ZeosLib 7.2 error identifier FClientCP
- Replies: 9
- Views: 883
Delphi 2007 ZeosLib 7.2 error identifier FClientCP
Due to a recent problem I want to migrate from 6.6.6 to 7.2 as suggested. On a test computer I installed Delphi 2007 and ZeosLib 7.2.14. The components at designtime are visible and I can integrate them. If I use the ZConnection component I can connect to the db. If I compile the project I get a FCl...
- 01.10.2023, 08:44
- Forum: MySQL
- Topic: Delphi 2007 zeos 6.6.6 Mariadb 5.7 sql update problem
- Replies: 2
- Views: 1597
Re: Delphi 2007 zeos 6.6.6 Mariadb 5.7 sql update problem
Thank you very much, I will follow your suggestions.
- 16.09.2023, 07:25
- Forum: MySQL
- Topic: Problem with ZQuery
- Replies: 3
- Views: 2337
Re: Problem with ZQuery
Un altro metodo è quello di raddoppiare i singoli apici che è come usare QuotedStr with ZQuery1 do begin Active:=False; SQL.Clear; SQL.Add('Insert into logbook(Callsign,Name,City) values('''+Callsign.Text+''','''+Nome.Text+''','''+Country.Text+''');'); ExecSQL; end;
- 15.09.2023, 16:53
- Forum: MySQL
- Topic: Delphi 2007 zeos 6.6.6 Mariadb 5.7 sql update problem
- Replies: 2
- Views: 1597
Delphi 2007 zeos 6.6.6 Mariadb 5.7 sql update problem
Hello! An update SQL executed successfully in the same work session sometimes does not update the corresponding data. I noticed that this happens especially if the table contains a certain amount of data (1000 or more records). I tried to simulate this in another test program with a table containing...