Search found 83 matches

by cipto_kh
24.09.2006, 08:41
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: LookupField need LookupCache to set True?
Replies: 0
Views: 467

LookupField need LookupCache to set True?

Now I want to migrate my application using ZeosDBO 6.1.5 to ZeosDBO 6.5.1 (alpha version cvs_13-10-2005) and the problem is: In the version 6.1.5 if I have a lookup field in my query (TZQuery) I don't need to set the LookupCache property to be True for retrieve data from the LookupDataSet But, in ve...
by cipto_kh
28.08.2006, 05:55
Forum: 6.1.5
Topic: ZeosDBO 6.1.5 for Firebird 2.0
Replies: 1
Views: 2801

ZeosDBO 6.1.5 for Firebird 2.0

I want to know if there is anyone already using ZeosDBO 6.1.5 for Firebird 2.0??
Because I had an old project that still use ZeosDBO 6.1.5 and I read that the 6.5.1 is has many property or method that different from version 6.1.5 and beside that the 6.5.1 version is still in alpha??
by cipto_kh
02.05.2006, 04:05
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Is ZeosDBO 6.5.1(alpha) is stable release?
Replies: 1
Views: 757

Is ZeosDBO 6.5.1(alpha) is stable release?

I want to ask about the status of ZeosDBO 6.5.1, why it still in alpha version since 13 Oct 2005? Can I have the stable release of ZeosDBO? What version?

TIA
by cipto_kh
13.10.2005, 16:27
Forum: 6.1.5
Topic: Read Only property in TZConnection
Replies: 0
Views: 943

Read Only property in TZConnection

I want to ask what is ReadOnly property in TZConnection mean?? I use to connect Firebrid 1.5.2, if that properti set to true what it's mean?? and if I set to false what it's mean??

TIA
by cipto_kh
02.10.2005, 06:48
Forum: Feature Requests
Topic: Hard Commit for TZConnection
Replies: 1
Views: 2018

Hard Commit for TZConnection

I had read the Zeos article about connecting the ZeosDBO with Firebird. Now the feature request is, it should be hard commit if AutoCommit property for TZConnection is True, my reason is the Firebird engine will treat a transaction to be "interesting transaction" if only commit retaining a...
by cipto_kh
01.10.2005, 12:43
Forum: 6.1.5
Topic: Refresh Method
Replies: 1
Views: 2664

Refresh Method

I want to ask again about what is the difference between the refresh method (TZQuery) and if I call close method then open method of TZQuery?? Is there a cache or something??

TIA
by cipto_kh
30.09.2005, 10:47
Forum: 6.1.5
Topic: TLargeInt Field and LargeInt Parameters
Replies: 1
Views: 1082

TLargeInt Field and LargeInt Parameters

Hi I want to ask, this command in Delphi 7 with ZeosDBO 6.1.5 from Firebird 1.5.2 ZQuery1.ParamByName('id').AsInteger:=ZQuery2idFoo.AsLargeInt; Is is true?? Because ZQuery2 has a "idFoo" field that has a LargeInt type (BigInt type from Firebird). The ZQuery1 also has a LargeInt type for &q...
by cipto_kh
29.09.2005, 09:06
Forum: Feature Requests
Topic: Partial Fetch
Replies: 1
Views: 1549

Partial Fetch

The feature that I think also important for ZeosDBO is the ability to partially fetch the data for large resultset from query or selectable procedure, when the user scroll down the data then the component will fetch again for data.

This feature is like the Direct Oracle Access component