Subject | Problem with TIBODatabase |
---|---|
Author | Schlup, Herbert |
Post date | 2005-06-21T06:33:22Z |
Hi all
I've got a problem with TIBODatabase. One time I have a TIB_Connection
and one time a TIBODatabase. I do both time the same as below.
IB_Connection1.Disconnect;
IB_Connection1.Path := sDest;
IB_Connection1.Username := 'sysdba';
IB_Connection1.Password := 'masterkey';
IB_Connection1.Connect;
IBODatabase1.Disconnect;
IBODatabase1.Path := sDest;
IBODatabase1.Username := 'sysdba';
IBODatabase1.Password := 'masterkey';
IBODatabase1.Connect;
But with TIBODatabase I get following error: Cannot open file "". The
system cannot find the path specified.
Problem is, that it works on my pc... but not on the customer pc.
Do you already had this problem?
Herbert
Omega LTD
a company of The Swatch Group
Herbert Schlup
MIS Project Manager
Staempflistrasse 96
CH-2500 Biel/Bienne 4
Switzerland
Tel +41 (32) 343 93 27
Fax +41 (32) 343 95 12
herbert.schlup@... <mailto:herbert.schlup@...
<blocked::BLOCKED::mailto:herbert.schlup@...> >
[Non-text portions of this message have been removed]
I've got a problem with TIBODatabase. One time I have a TIB_Connection
and one time a TIBODatabase. I do both time the same as below.
IB_Connection1.Disconnect;
IB_Connection1.Path := sDest;
IB_Connection1.Username := 'sysdba';
IB_Connection1.Password := 'masterkey';
IB_Connection1.Connect;
IBODatabase1.Disconnect;
IBODatabase1.Path := sDest;
IBODatabase1.Username := 'sysdba';
IBODatabase1.Password := 'masterkey';
IBODatabase1.Connect;
But with TIBODatabase I get following error: Cannot open file "". The
system cannot find the path specified.
Problem is, that it works on my pc... but not on the customer pc.
Do you already had this problem?
Herbert
Omega LTD
a company of The Swatch Group
Herbert Schlup
MIS Project Manager
Staempflistrasse 96
CH-2500 Biel/Bienne 4
Switzerland
Tel +41 (32) 343 93 27
Fax +41 (32) 343 95 12
herbert.schlup@... <mailto:herbert.schlup@...
<blocked::BLOCKED::mailto:herbert.schlup@...> >
[Non-text portions of this message have been removed]