Search found 1934 matches

by EgonHugeist
30.12.2011, 16:01
Forum: Firebird
Topic: Turkish character problem
Replies: 14
Views: 5529

boreas , your problem is well known for me. Why it happens: If you use a Parameter-Query Zeos does an UTF8Encoding/Decoding for your Parameters. That's why it works well. If you use an Direct SQL-Query Zeos does not know which Data you want to Select/update/insert at runtime. The Problem occours wi...
by EgonHugeist
29.12.2011, 22:04
Forum: ZDBC (ZEOS Database Connectivity)
Topic: What's the best way of check the table structure?
Replies: 16
Views: 5190

Sound's very good if you can fix the Metadata. I'm thinking of adding a mdCharacterSet and mdCollation type to get the specified CharacterSet and/or Collation for Field/Table/database objects. Then i wanna make a Property-Editor ready to select them in Designtime. So Zeos can use it and i need it in...
by EgonHugeist
29.12.2011, 21:49
Forum: ZeosLib 7.0 Beta Forum
Topic: ZEOS 7 COMPILE x64 DELPHI XE2
Replies: 2
Views: 719

bernhard, I checked out your tutorial on delphipraxis.de . Could you make a pdf-tutorial and add it to the documentation in the SVN? Then point to it...
by EgonHugeist
29.12.2011, 21:35
Forum: ZeosLib 7.0 Beta Forum
Topic: How stable is 7 alfa?
Replies: 2
Views: 648

Re: How stable is 7 alfa?

Hy out there Is anyone using ZeosLib 7 alfa in a productive big system? I am thinking about updating to this Version, because it is now a long time ago since the last stable release and i have to update my Firebird DB to V. 2.5 and as i know it's just possible with ZeosLib 7. Thanks for you replies...
by EgonHugeist
23.12.2011, 20:58
Forum: ZDBC (ZEOS Database Connectivity)
Topic: What's the best way of check the table structure?
Replies: 16
Views: 5190

papelhigienico , I took a look at your project on SourceForge.net... Seems like you're a real developer for OpenSource not only a CodeGetter so i'm thinking about sharing my findings. I wrote a pn to MDeams if Zeos is interestet in an additional component called ZDatabaseDesigner. It's based on the...
by EgonHugeist
23.12.2011, 15:53
Forum: ZDBC (ZEOS Database Connectivity)
Topic: What's the best way of check the table structure?
Replies: 16
Views: 5190

papelhigienico , Example of my way i prefered: Version: 1.0.0.0 Tables 1-10 with specified column. Version: 1.0.5.0 Tables 1-12 (2 additional one name changed and 2 Column-sizes where changed) +Procedures +Changed Foreign keys... Version: x.x.x.x . . . Version: 1.1.0.900 One of the tables above no ...
by EgonHugeist
23.12.2011, 03:54
Forum: ZDBC (ZEOS Database Connectivity)
Topic: What's the best way of check the table structure?
Replies: 16
Views: 5190

papelhigienico , trupka , i fully agree the Hash is a nice idea, to check if something is differnt and brings out a uique key. But there is no option to make the Metadata persistent to up or downgrade, validate, re-/create, move or selfly reconstruct the Database. So there a Components i never used...
by EgonHugeist
23.12.2011, 00:37
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13546

Mark, i'will * checkout a fresh working copy * run a test suite and save the output (compile and test logs) as a 'ref log' for next steps * apply the small 'compiler warning fixes', rerun test suite and check differences in logs * commit these changes already * apply all other changes needed for you...
by EgonHugeist
20.12.2011, 00:59
Forum: ZeosLib 7.0 Beta Forum
Topic: Row Buffer Width exceeded
Replies: 4
Views: 961

Which version of Zeos do you use?

I'd run that query and it works...
by EgonHugeist
18.12.2011, 22:22
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13546

Mark, sorry my fault... :stupids: I use Binary data in my projects too, but do it by Base64-En-/Decoding. So i did not check this Problem. :wallb: I solved the Problem in the TAbstractBlob.String-setter/getter so i'm hopefull it works correct now. I started your Testsuites and no error was shown. it...
by EgonHugeist
16.12.2011, 01:39
Forum: MS SQL Server
Topic: New API to MSSQL using FreeTDS DB-Lib
Replies: 7
Views: 2742

Sound's very interesting, i will take a look..
by EgonHugeist
16.12.2011, 01:35
Forum: ZDBC (ZEOS Database Connectivity)
Topic: What's the best way of check the table structure?
Replies: 16
Views: 5190

Sounds very interesting! I'am developing a similar Component to make all Database-Objects Persistent and using a Driver-based VersionControl-System, i'm interrestet in Knowlege-Exchange... There are 3 Solutions depending your Proplem: First Way: Use TZSQLMetadata-Component and set the Metadatype to ...
by EgonHugeist
20.11.2011, 16:46
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13546

Dear jeremicm To applay the Patch use a tool like TortoiseMerge from http://tortoisesvn.net. First i made DIFF-files but ZEOS dosn't want to upload the DIFF's... So i choose the *.Patch files. Follow the instuctions. If it does not work i can upload the changed files and you have to select the diffe...
by EgonHugeist
17.10.2011, 23:57
Forum: ZeosLib 7.0 Beta Forum
Topic: The Deprecated Warnings Delphi12_UP
Replies: 1
Views: 572

The ParseSQL-Patch to compile without Warnings and Hints

The ParseSQL-Patch to compile without Warnings and Hints for Delphi15_UP

Testet with XE

I've set only Directives.

File: ZGenericSqlToken.patch