Search found 129 matches
- 08.03.2011, 09:25
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14470
Hi Adaptec, I think your problem is coming from unit 'ZDbcMySqlUtils', after line 222: FIELD_TYPE_TINY_BLOB, FIELD_TYPE_MEDIUM_BLOB, FIELD_TYPE_LONG_BLOB, FIELD_TYPE_BLOB: if (FieldFlags and BINARY_FLAG) = 0 then Result := stAsciiStream else Result := stBinaryStream; The type of the field. The type ...
- 16.11.2010, 15:38
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] ADO - SetParams->Reopen : failure!
- Replies: 6
- Views: 1190
- 14.11.2010, 14:27
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14470
- 08.11.2010, 09:54
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14470
- 08.11.2010, 08:44
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] ADO - SetParams->Reopen : failure!
- Replies: 6
- Views: 1190
Hi, This failure is only ADO related and only in ZeOS version 7. This sample code running without problem(==without paramcheck ) under Delphi 7 + ZeOS 6.6 + ADO. I try to move my D7 + ZeOS 6.6 based product into D2010. I have problem only with ZeOS 7. This is the reason why I try to solve lots of pr...
- 15.10.2010, 07:22
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Delphi 2010 - Compile, Install - But no components
- Replies: 25
- Views: 10734
- 14.10.2010, 11:26
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14470
- 14.10.2010, 08:44
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] ADO - SetParams->Reopen : failure!
- Replies: 6
- Views: 1190
Parameters
Hi, YES! :-) The database modul what I use for my tests it is part of my D7/ZeOS 6.6.x based solution: http://pergersoft.hu/termekek/smartstorage SELECT FAZONOSITO, FRIPORT, FIDO, FUSER FROM TRIPORTOK WHERE FNEV = :NEV AND FTIPUS = :TIPUS It is tested and working in production with potgresql, mysql,...
- 06.10.2010, 22:02
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] ADO - SetParams->Reopen : failure!
- Replies: 6
- Views: 1190
[patch_done] ADO - SetParams->Reopen : failure!
Hi All, I did some test with ADO protocol under D2010 (with the latest 7.0 testing branch). You can see my simple example bellow. If cbWithANSIParams.Checked is false, we got one line from the DB. If cbWithANSIParams.Checked is true, the first execution provides empty resultset. But what about with ...
- 05.10.2010, 17:04
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14470
Basic PATCH for MYSQL
Hi mdaems, I have created a PATCH for MySQL/PostgreSQL (and maybe for other types, too!) to handle the character sets in correct way. I think in MySQL parts contains a BUG, because there was not identified the type of character based fields correctly, because the character set property was by-passed...
- 20.09.2010, 08:29
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14470
- 20.09.2010, 07:47
- Forum: User Patches
- Topic: [patch_done] ADO - 7.0.0-dev (rev.812)
- Replies: 2
- Views: 1382
- 14.09.2010, 15:27
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14470
- 14.09.2010, 15:23
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14470
Test Program: BLOB fileds
Hi All, I have created a small test program to show what is my problem with characher sets. Here is my code snipet (attched ZIP contains the full source): // Why the encoding is working in different way at different protocols (DB type)? // It is worg! if ContainsText(connBlobTest.Protocol, 'postgres...
- 14.09.2010, 15:03
- Forum: ZeosLib 7.0 Beta Forum
- Topic: PROBLEM INSTALING ZEOSLIB ON DELPHI 2010
- Replies: 3
- Views: 607