Search found 4 matches

by defluc
07.06.2011, 15:59
Forum: Firebird
Topic: Open two databases or a second database
Replies: 2
Views: 1020

I doubt, perhaps TZconnection, component of Zeos
by defluc
05.06.2011, 16:46
Forum: Firebird
Topic: Open two databases or a second database
Replies: 2
Views: 1020

Open two databases or a second database

Hi I have an application delphi which opens a firebird database without any problem. I possess an other version in another place. I try to establish a connection on this other database and my application crashes even if I first disconnect the initial base. In test, I notice that the recordcount of c...
by defluc
19.06.2007, 12:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Ztable Locate Options
Replies: 4
Views: 1175

De Db unit is not in my uses clause but in an other module of the same project.
Can I do a reference to that module with a statement as «[DataModule.loCaseSensitive]»
by defluc
19.06.2007, 12:22
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Ztable Locate Options
Replies: 4
Views: 1175

Ztable Locate Options

Hi,
When I write

Code: Select all

if Ztable.Locate('User',UserName, [loCaseSensitive]) then
compilation gives me following message :
Identifier not declared : 'loCaseSensitive'
Why ?

By advance, thanks for your response