Search found 1934 matches

by EgonHugeist
16.11.2020, 20:13
Forum: ZeosLib 7.3/8.0 Forum
Topic: Issue with OleDB using the MySQL ODBC driver
Replies: 7
Views: 362

Re: Issue with OleDB using the MySQL ODBC driver

Thoughts: MySQL should perfectly be able to support IMultipleResults. Even if the patch make the driver running, i would start from the premisse there is a "unsupported" parameter set before. i.e. SetOleCommandProperties f.e. SupportsMultipleResultSets := DatabaseInfo.SupportsMultipleResul...
by EgonHugeist
16.11.2020, 20:07
Forum: ZeosLib 7.3/8.0 Forum
Topic: ZQuery.Cancel error
Replies: 5
Views: 257

Re: ZQuery.Cancel error

Hello Norbert
https://sourceforge.net/p/zeoslib/code-0/7086/ should fix it. Can you confirm it?
by EgonHugeist
15.11.2020, 13:29
Forum: ZeosLib 7.3/8.0 Forum
Topic: Oracle protocol and string params
Replies: 5
Views: 359

Re: Oracle protocol and string params

According the invalid sizes:
Could you plz test https://sourceforge.net/p/zeoslib/code-0/7073/
by EgonHugeist
15.11.2020, 13:28
Forum: Oracle
Topic: Oracle 11.2.0 vs Oracle 12.1.0 TWideStringField.Size
Replies: 34
Views: 2325

Re: Oracle 11.2.0 vs Oracle 12.1.0 TWideStringField.Size

Nasty, i added a version which does not use OCI_ATTR_DISP_SIZE:
https://sourceforge.net/p/zeoslib/code-0/7073/
All tests are passing. Hope i didn't break anything else?
by EgonHugeist
15.11.2020, 13:26
Forum: Oracle
Topic: Closing a large dataset with CLOBS taking FOREVER
Replies: 11
Views: 798

Re: Closing a large dataset with CLOBS taking FOREVER

Hope https://sourceforge.net/p/zeoslib/code-0/7076/ will resolve that issue? :shock:
Thanks for pointing this out again? The testcases do not benchmark stl... :(
by EgonHugeist
15.11.2020, 13:24
Forum: ZeosLib 7.3/8.0 Forum
Topic: How to handle transactions properly with Zeos?
Replies: 19
Views: 2708

Re: How to handle transactions properly with Zeos?

@Krill,
still not had time to write totorials. IMHO it should work like the FPC/FireDac/Unidac transaction components.
Did you test it?

Side notes: If you're using the component, avoid the Conenction [StartTransaction/Commit/Rollback] and use the TZTransaction component instead.
Was this helpfull?
by EgonHugeist
15.11.2020, 13:21
Forum: ZeosLib 7.3/8.0 Forum
Topic: ZQuery.Cancel error
Replies: 5
Views: 257

Re: ZQuery.Cancel error

Just let you know: Have no time to look to that bug. Guess ou are right. I will write a second post if i got it resolved..
by EgonHugeist
10.11.2020, 06:38
Forum: User Patches
Topic: I just sent a bunch of general and Oracle specific fixes
Replies: 6
Views: 445

Re: I just sent a bunch of general and Oracle specific fixes

@aehimself
According your patch i just wanna say: Awesome job! That rocks! Thank you very much.
by EgonHugeist
04.11.2020, 18:23
Forum: ZeosLib 7.3/8.0 Forum
Topic: Speed up accessing Memo & WideMemo data?
Replies: 6
Views: 359

Re: Speed up accessing Memo & WideMemo data?

You guys are right, hope the quick fix of https://sourceforge.net/p/zeoslib/code-0/7033/ will resolve the issue?
by EgonHugeist
04.11.2020, 16:20
Forum: ZeosLib 7.3/8.0 Forum
Topic: Speed up accessing Memo & WideMemo data?
Replies: 6
Views: 359

Re: Speed up accessing Memo & WideMemo data?

I already have doCachedLobs disabled in the TZQuery object to make sure all data is available when the grid starts updating. Isn't it exactly vice versa? CachedLobs are local memory lobs on client side. UnCached lobs are fetched from Server to Client on demand(If the server supports a nice api for ...
by EgonHugeist
04.11.2020, 09:51
Forum: ZeosLib 7.3/8.0 Forum
Topic: Performance issue using ADO.
Replies: 13
Views: 675

Re: Performance issue using ADO.

I thought that we agreed that the ADO driver can raise EZSQLExceptions/EDatabaseError and EOleExceptions as well as long as we document it? Why do we do that kind of rewrapping? We really do need to document design decisions. Well we can document everything ... does it make sence?? Is it handy for ...
by EgonHugeist
04.11.2020, 07:11
Forum: ZeosLib 7.3/8.0 Forum
Topic: OleDB protocol for non-SQL Server connections question.
Replies: 8
Views: 370

Re: OleDB protocol for non-SQL Server connections question.

Thx guys,

i added same logic to ODBC too.
Mark could you provide the Connecton string as an example for everbody?
by EgonHugeist
04.11.2020, 06:37
Forum: ZeosLib 7.3/8.0 Forum
Topic: Performance issue using ADO.
Replies: 13
Views: 675

Re: Performance issue using ADO.

@Jan the SAFCALL convention it's selve isn't the problem in first order. The point is the compiler always adds the error testing around each call even if it's not required in some circumstances. f.e. if we get objects from a Ole-Collection: For I := 0 to AdoStatement.(OleCheck)Params.Count(OleCheck)...
by EgonHugeist
03.11.2020, 06:58
Forum: ZeosLib 7.3/8.0 Forum
Topic: OleDB protocol for non-SQL Server connections question.
Replies: 8
Views: 370

Re: OleDB protocol for non-SQL Server connections question.

Hello Mark, yet the OleDB (ODBC_A/ODBC_W too) protocol is tested against SQLServer only. It's very stable and fast. Honestly i never had time to test it using other providers. We will add this limitation for the release notes of Zeos8. Later we can invest some time to get the protocols running for o...
by EgonHugeist
03.11.2020, 06:41
Forum: ZeosLib 7.3/8.0 Forum
Topic: Driver loading issue when connecting to PostgreSQL after connecting to Oracle
Replies: 31
Views: 2495

Re: Driver loading issue when connecting to PostgreSQL after connecting to Oracle

@aehimself,

of course it can be done. Yet it has a low priority for me. Propose you open a feature request ticket: https://sourceforge.net/p/zeoslib/internaltickets/ so we won't forget it.