Adalberto Baldini
2008-06-09 06:31:08 UTC
I do this assignement
IBDB_Connections.DatabaseName :=
'\\Hppav_adal\hp_d\FI_Applic\Conness\CONNECTIONS.IB'
(where 'hp_d' is the name of a shared drive)
when I perform Connect I get this error :
Project ... raised an exception class EIBInterbaseError with message
'I/O error for file "\hp_d\FI_Applic\Conness\CONNECTIONS.IB"'
Error while trying to open file unknown Win32 error 3
Server name is cut off, but after that system error in debug, my program
raises exception error message showing the
IBDB_Connections.DatabaseName and the Server name is still there.
testing If FileExists('\\Hppav_adal\hp_d\FI_Applic\Conness\CONNECTIONS.IB')
... I get True
As file is in my computer, using 'd:\FI_Applic\Conness\CONNECTIONS.IB' is
ok,
but I would hide my direct path .. (seen discussion in forum)
Thanks
Adalberto
IBDB_Connections.DatabaseName :=
'\\Hppav_adal\hp_d\FI_Applic\Conness\CONNECTIONS.IB'
(where 'hp_d' is the name of a shared drive)
when I perform Connect I get this error :
Project ... raised an exception class EIBInterbaseError with message
'I/O error for file "\hp_d\FI_Applic\Conness\CONNECTIONS.IB"'
Error while trying to open file unknown Win32 error 3
Server name is cut off, but after that system error in debug, my program
raises exception error message showing the
IBDB_Connections.DatabaseName and the Server name is still there.
testing If FileExists('\\Hppav_adal\hp_d\FI_Applic\Conness\CONNECTIONS.IB')
... I get True
As file is in my computer, using 'd:\FI_Applic\Conness\CONNECTIONS.IB' is
ok,
but I would hide my direct path .. (seen discussion in forum)
Thanks
Adalberto