1 Apr 2007 18:19
problem with dsn firebird connection
Fernando Lusardo <fernando <at> lusardo.com.br>
2007-04-01 16:19:27 GMT
2007-04-01 16:19:27 GMT
I'm trying to make a firebird dsn connection
like this:
<?php
include('adodb/adodb.inc.php');
$dsn =
'firebird://SYSDBA:masterkey <at> localhost/lusardo/lusardo.gdb?persist&dialect=3';
$db->debug = true;
$db = NewADOConnection($dsn); # no need for Connect/PConnect
$db->debug = true;
$db = NewADOConnection($dsn); # no need for Connect/PConnect
but it give me an error:
Warning: ibase_pconnect()
[function.ibase-pconnect]:
I/O error for file "lusardo/lusardo.gdb" Error while trying to open file O
sistema não pode encontrar o caminho especificado. in
E:\Apache2\htdocs\testeadodb\adodb\drivers\adodb-ibase.inc.php on line
74
Connection failed
Connection failed
I need to make a dsn connection with firebird, pleast any help?
thanks
Fernando Lusardo
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ ADodb-general mailing list ADodb-general <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/adodb-general
RSS Feed