Search found 14 matches

by KDeveloper2
15.07.2010, 12:13
Forum: ZeosLib 7.0 Beta Forum
Topic: Big problem with Access DateTimeFields
Replies: 10
Views: 2701

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.
by KDeveloper2
15.07.2010, 10:24
Forum: ZeosLib 7.0 Beta Forum
Topic: Big problem with Access DateTimeFields
Replies: 10
Views: 2701

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; ...
by KDeveloper2
02.02.2010, 17:19
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2009 and Zeos
Replies: 12
Views: 1771

i had the same problem,
i do "compile all" and the i tried to install ZComponentDesign....bpl .
but Delphi couldn't find the new bpl files,
so i copied the files to other bpl. (eg. c:\windows\system32)

what did you try?

give me more infos what you do!!
by KDeveloper2
02.02.2010, 13:35
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2009 and Zeos
Replies: 12
Views: 1771

I use Delphi 2010 thats why it is
...\RAD Studio\7.0\Bpl..

did you try to copy the files to "...\RAD Studio\6.0\Bpl" ?

or search for other *.bpl you are using and try to copy these files there.
by KDeveloper2
01.02.2010, 10:19
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13526

Hi mdaems,

you are right, i think my changes will ONLY work with Delphi 2010, MySQL 5 and UTF8.
Thats why i need some help to integrate this changes.

I think we need a compiler directive and/or a property in the connection depending on the charset.

I will work it out.
by KDeveloper2
29.01.2010, 16:56
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13526

finally i can use mysql with Delphi 2010 + UTF8

i changed some units (REV. 779) and now it works fine,
perhaps somebody can it integrate into the next versions.
by KDeveloper2
29.01.2010, 13:41
Forum: 6.6 - stable
Topic: How use locate with more than one field ?
Replies: 4
Views: 3107

try this:

zQuery.Locate('field1,field2,Field3',VararrayOf([text1,text2,text3]), [])

otherwise i think you should use Zeos 7 for Delphi 2009
by KDeveloper2
29.01.2010, 10:09
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13526

Hi,
i used the latest REV. 779 from here
http://zeosdownloads.firmos.at/downloads/snapshots/

but i get кщиуке instead кщиуке
what is wrong? :?:

:(
by KDeveloper2
26.01.2010, 12:13
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13526

does nobody uses UTF8 in MySQL?
by KDeveloper2
17.01.2010, 19:06
Forum: ZeosLib 7.0 Beta Forum
Topic: Strange characters
Replies: 8
Views: 1141

Hi,
thanks for response, i´ve already add these property but it doesn´t work in mysql.
Any other idea?
by KDeveloper2
15.01.2010, 11:57
Forum: ZeosLib 7.0 Beta Forum
Topic: Strange characters
Replies: 8
Views: 1141

any news here to solve this problem?
by KDeveloper2
15.01.2010, 11:51
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2009 and Zeos
Replies: 12
Views: 1771

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
by KDeveloper2
13.01.2010, 11:56
Forum: ZeosLib 7.0 Beta Forum
Topic: Type mismatch
Replies: 2
Views: 574

http://zeos.firmos.at/viewtopic.php?t=2119

You have to change all your Fields in TWideStringField!
by KDeveloper2
12.01.2010, 12:29
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13526

[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...