6 Aug
2004
6 Aug
'04
11:02 a.m.
----- Original Message ----- From: David Hassalevris <snip> I have a client that have their sql (interbase) database in a Windows XP directory: c:\Program Files\Somedirectory\data.gbd. The problem is that the space betwee Program and Files is causing: Invalid connection string: localhost:c:/Program Files/Eden.gdb sysdba masterkey So I tried quoting as 'localhost:c:/Program Files/SomeDirectory/data.gdb' userid password To separate the path from the userID and password. No luck. </snip> If you are running under a Windows OS shouldn't the directory separators be "\" not the linux variety "/"? Jonathan