I think there is also another problem with access,
because there is only Date/Time, no Date and no Time and Delphi 2010 need the exact field definition.
I think you have to save your time value in a seperate string field.
Search found 14 matches
- 15.07.2010, 12:13
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Big problem with Access DateTimeFields
- Replies: 10
- Views: 2894
- 15.07.2010, 10:24
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Big problem with Access DateTimeFields
- Replies: 10
- Views: 2894
Hi, any news here? i had the same problem with Delphi 2010. i connect to Access with zeos, and the Date/Time Fields are only available as Date Fields. when i change ZDbcAdoUtils function ConvertAdoToSqlType(FieldType: SmallInt): TZSQLType; begin case FieldType of ... adDate : Result := stTimestamp; ...
- 02.02.2010, 17:19
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Delphi 2009 and Zeos
- Replies: 12
- Views: 1902
- 02.02.2010, 13:35
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Delphi 2009 and Zeos
- Replies: 12
- Views: 1902
- 01.02.2010, 10:19
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14285
- 29.01.2010, 16:56
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14285
- 29.01.2010, 13:41
- Forum: 6.6 - stable
- Topic: How use locate with more than one field ?
- Replies: 4
- Views: 3225
- 29.01.2010, 10:09
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14285
Hi,
i used the latest REV. 779 from here
http://zeosdownloads.firmos.at/downloads/snapshots/
but i get кщиуке instead кщиуке
what is wrong?
i used the latest REV. 779 from here
http://zeosdownloads.firmos.at/downloads/snapshots/
but i get кщиуке instead кщиуке
what is wrong?
- 26.01.2010, 12:13
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14285
- 17.01.2010, 19:06
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Strange characters
- Replies: 8
- Views: 1264
- 15.01.2010, 11:57
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Strange characters
- Replies: 8
- Views: 1264
- 15.01.2010, 11:51
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Delphi 2009 and Zeos
- Replies: 12
- Views: 1902
you have to copy
..\build\*.bpl --> C:\Dokumente und Einstellungen\All Users\Dokumente\RAD Studio\7.0\Bpl\
found in
http://zeos.firmos.at/viewtopic.php?t=2 ... ht=rad+bpl
..\build\*.bpl --> C:\Dokumente und Einstellungen\All Users\Dokumente\RAD Studio\7.0\Bpl\
found in
http://zeos.firmos.at/viewtopic.php?t=2 ... ht=rad+bpl
- 13.01.2010, 11:56
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Type mismatch
- Replies: 2
- Views: 623
- 12.01.2010, 12:29
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14285
[patch_done] Delphi 2010 + MySQL + UTF8
Hi, try to work with UTF8 strings like "кщиуке" in MySQL. I tested with another Connection Component and it is working with UTF8, but i don´t want to change all my code. After changing function TZAbstractRODataset.GetFieldData(Field: TField; Buffer: Pointer): Boolean; ... ftWideString: beg...