I have not found how to send you a private message.
If you want and we can find a meeting hour, I can give access yo my workstation to check what is the problem. I am on GMT+1
Perhaps on that way all is very easy....
Greetings..
Search found 26 matches
- 25.01.2010, 21:02
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] DevExpress (quantumgrid) and ZeosLib
- Replies: 19
- Views: 2757
- 25.01.2010, 20:52
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] DevExpress (quantumgrid) and ZeosLib
- Replies: 19
- Views: 2757
- 25.01.2010, 17:30
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] DevExpress (quantumgrid) and ZeosLib
- Replies: 19
- Views: 2757
- 24.01.2010, 00:35
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] DevExpress (quantumgrid) and ZeosLib
- Replies: 19
- Views: 2757
- 17.01.2010, 20:23
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Strange characters
- Replies: 8
- Views: 1277
- 16.01.2010, 15:16
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Strange characters
- Replies: 8
- Views: 1277
On the ZConnection.Properties, add this:
codepage=UTF8
Or on the ZConnection BeforeConnect Event:
Please, let me know if that runs as expected...
codepage=UTF8
Or on the ZConnection BeforeConnect Event:
Code: Select all
procedure TForm1.ZConnection1BeforeConnect(Sender: TObject);
begin
ZConnection1.Properties.Add('codepage=UTF8');
end;
- 13.01.2010, 22:19
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] DevExpress (quantumgrid) and ZeosLib
- Replies: 19
- Views: 2757
Rickyxp, I only can insist and re-open the issue if I can object something to the DevExpress support answer. If nobody of the ZeosLib developers can help here then I cannot do any more. * DevExpress runs fine with any other dataset components I have tested (PostgresDAC, Devart Oracle and Postgres na...
- 13.01.2010, 16:39
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] DevExpress (quantumgrid) and ZeosLib
- Replies: 19
- Views: 2757
- 11.01.2010, 16:38
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] DevExpress (quantumgrid) and ZeosLib
- Replies: 19
- Views: 2757
- 08.01.2010, 18:52
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] DevExpress (quantumgrid) and ZeosLib
- Replies: 19
- Views: 2757
- 07.01.2010, 16:36
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] DevExpress (quantumgrid) and ZeosLib
- Replies: 19
- Views: 2757
- 07.01.2010, 16:34
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Connecting to MySQL from IDE
- Replies: 6
- Views: 1230
Revision 761. I have tried to copy to the application folder: libpq.dll libpq81.dll ssleay32.dll zlib1.dll libeay32.dll all of them from my PostgreSQL 8.4 installation, except libpq81.dll I have tried from ZeosLib\lib\postgresql directory. No luck for the moment. Same message here: None of the dynam...
- 31.12.2009, 17:35
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Connecting to MySQL from IDE
- Replies: 6
- Views: 1230
- 30.12.2009, 12:15
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] DevExpress (quantumgrid) and ZeosLib
- Replies: 19
- Views: 2757
[patch_done] DevExpress (quantumgrid) and ZeosLib
Hello, I am trying to work with zeoslib (svn) and Devexpress (Delphi 2010). I have this: 1.- TZquery (or TZReadOnlyQuery). 2.- Standard Datasetassociated with the TZQuery 3.- QuantumGrid (devexpress) associated with the Dataset. When I active the Query, EOF is true. When I go to ZQuery1.first, EOF i...
- 29.12.2009, 17:11
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Connecting to MySQL from IDE
- Replies: 6
- Views: 1230