On Wed, 13 Mar 2002, Araxav wrote: > Hi everyone ! > > I'm trying to establish a connection to a remote Interbase Database. I use > the same login and password as i'm used to but it doesn't work :((( > I obtain the following warning message : > <InterBase: cannot attach to password database in c:\program...> > and the connection fails... > > I use this code : <$dbh = ibase_connect('//server/D:/base.GDB', 'login' , > 'password');> > Can anyone help me ??
Hello, is your situation?: You have ibase server name "server". On this server you have database in d:\base.gdb. If this information is good, use this connect string: "server:d:/base.gdb" ------------------------------------------------------------------------- Vladimir Michl E-mail: [EMAIL PROTECTED] Czech Republic Web: http://www.penguin.cz/~michlv Phone: +420 68 5391545 ISO-8859-2 compatible Work phone: +420 68 5353548 1024G/2F699DA4 Finger: D558 FF4F 468E 544F 7F43 E005 7E7C AD8F 2F69 9DA4 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php