Search found 6 matches

by wietsehagoort
08.09.2006, 14:31
Forum: 6.1.5
Topic: ZComponent.bpl and designide.bpl
Replies: 10
Views: 5747

gto , you're right about the switches. I suggest that we keep the old switches which means: - The line with {$RANGECHECKS ON/OFF} can be deleted in both files. - {$OVERFLOWCHECKS OFF} and {$STACKFRAMES OFF} in ZComponentDesign.bpl should be ON. mdaems , the packages are currently running in a produ...
by wietsehagoort
05.09.2006, 10:58
Forum: 6.1.5
Topic: ZComponent.bpl and designide.bpl
Replies: 10
Views: 5747

I splitted the ZComponent.bpl into ZComponent.bpl and ZComponentDesign.bpl. The ZComponent.bpl is now runtime only and the ZComponentDesign.bpl is designtime only. This solves the runtime depency on designide.bpl. I have added the changes as an attachment for the delphi 7 packages. It should be easi...
by wietsehagoort
30.08.2006, 11:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TrancactIsolationLevel
Replies: 1
Views: 1606

The transaction isolation level is a database term, you can find a lot about it on the internet.

Some pages:
- http://en.wikipedia.org/wiki/Isolation_ ... r_science)
- http://www.postgresql.org/docs/8.1/stat ... n-iso.html

Just make your choice based upon the explanation.
by wietsehagoort
30.08.2006, 07:34
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZSequence Problem
Replies: 7
Views: 2223

I'm kicking this topic up, because his question is still unanswered. I have the same problem, except that i'am using Postgresql and i am not using CLX. With Zeos 6.1.5 I worked as following: - Open a tzquery with a simple query - I did my insert - I did my post - Now the record was saved and the seq...
by wietsehagoort
28.08.2006, 13:47
Forum: 6.1.5
Topic: ZComponent.bpl and designide.bpl
Replies: 10
Views: 5747

The current ZComponent.bpl is a runtime and designtime bpl.
It's not possible to leave out a bpl, because a bpl will only load if all depencies are available.

I will try to make the modifications and post them in this topic.
by wietsehagoort
28.08.2006, 12:48
Forum: 6.1.5
Topic: ZComponent.bpl and designide.bpl
Replies: 10
Views: 5747

ZComponent.bpl and designide.bpl

I'm currently building an application which uses bpl's. This means I have to deploy all bpl's on which my bpl's depend. My application uses Zeos, so I need to deploy the Zeos bpl's to. The problem is that my application depends on ZComponent.bpl (which is not strange), and ZComponent.bpl depends on ...