Search found 1934 matches

by EgonHugeist
16.10.2011, 12:54
Forum: ZeosLib 7.0 Beta Forum
Topic: ZSQLMetadata down't refreshs
Replies: 1
Views: 667

Did you Commit your Transaction?
by EgonHugeist
15.10.2011, 19:20
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13526

A MySQL Delphi12UP-Patch...

http://zeos.firmos.at/viewtopic.php?p=13694#13694

This patch was not Implemented on Rev943. The Results of Chinese & Latin Letters where the same like in older Versions..
only visible for members..
by EgonHugeist
15.10.2011, 17:42
Forum: ZeosLib 7.0 Beta Forum
Topic: The Deprecated Warnings Delphi12_UP
Replies: 1
Views: 570

The Deprecated Warnings Delphi12_UP

The complete ZCore-Patches to compile without Warnings or Hints for Delphi12_UP

Testet with XE and based in SVN 943.

I've set only Directives.

File: ZCore.rar visible for Members
by EgonHugeist
04.10.2011, 14:30
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
Replies: 97
Views: 28178

I'd make changes for Delphi12UP and worked on the MySQL Unicode-Proplems. Based on last SVN [s]940[/s] 943Testing Branches

http://zeos.firmos.at/viewtopic.php?p=13918#13918
by EgonHugeist
03.10.2011, 22:25
Forum: ZeosLib 7.0 Beta Forum
Topic: Compiler Directives of the Strange Nobody SVN943 D12UP
Replies: 1
Views: 1133

Compiler Directives of the Strange Nobody SVN943 D12UP

I'm working on a Component-Project based on Zeos. I had the same Problems with Unicode ( Latin-Chinese Letters ) like others in the Forum. [s]Also i felt sick by using TField.AsString: AnsiString and TField.AsUnicodeString: WideString in Delphi12UP. There it's deprecated i think or am i wrong?[/s] L...
by EgonHugeist
16.04.2011, 14:20
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7.0 Interbase GetIndexInfo for all ind. in SQLMetadata
Replies: 7
Views: 1110

Thanks Mark,

i post it too

EgonHugeist
by EgonHugeist
16.04.2011, 14:16
Forum: ZeosLib 7.0 Beta Forum
Topic: I have started the implementation of Triggers
Replies: 2
Views: 756

Thanks Mark...
by EgonHugeist
05.04.2011, 15:07
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7.0 Interbase GetIndexInfo for all ind. in SQLMetadata
Replies: 7
Views: 1110

Me again... I missunderstud your interpetation of my posted code. Its quiet simple. Look in the function header. There you'll find a "Table" string. This String is used as Filter/TablePattern in TSQLMetadata. So if it was empty no indix was resultet. I didnt select empty Tables! I select t...
by EgonHugeist
04.04.2011, 00:04
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7.0 Interbase GetIndexInfo for all ind. in SQLMetadata
Replies: 7
Views: 1110

Dear Mark, you are rigtht, but i think there is an easy workaround for supporting all indices. I'have made a real fast admin tool to check my DB, alter tables and so an. the fastestway to check it was to compare all DB items by there groups i think. On this way my tool automatically see what to alte...
by EgonHugeist
03.04.2011, 03:09
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7.0 Interbase GetIndexInfo for all ind. in SQLMetadata
Replies: 7
Views: 1110

Dear Mark, the differences are: You can show all indices which are embedded in the DB independend of TableName property. But it shows some indices more than once if more than one Field is included cause of joins and groupby statements. Its a an idea no patch. But i think it can be helpfull if you wa...
by EgonHugeist
01.04.2011, 23:27
Forum: ZeosLib 7.0 Beta Forum
Topic: I have started the implementation of Triggers
Replies: 2
Views: 756

I have started the implementation of Triggers

Hey...

If have a litte Patch for getting the triggers of Interbase direkly in ZSQLMetadata an ZConnection. It was not assisted or am i wrong??
by EgonHugeist
01.04.2011, 23:11
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7.0 Interbase GetIndexInfo for all ind. in SQLMetadata
Replies: 7
Views: 1110

Zeos 7.0 Interbase GetIndexInfo for all ind. in SQLMetadata

function TZInterbase6DatabaseMetadata.UncachedGetIndexInfo(const Catalog: string; const Schema: string; const Table: string; Unique: Boolean; Approximate: Boolean): IZResultSet; var SQL : string; begin Result := ConstructVirtualResultSet(IndexInfoColumnsDynArray); SQL := ' SELECT I.RDB$RELATION_NAME...