Subject createfile error in ibase_pconnect
Author Ernesto Cullen
Hi all,
I am beginning with php and firebird. I have installed Win2003
server, php 5.0.2, IIS6, Firebird 1.5.1. I can access (locally) using
ib_wisql, but when I try to connect to the same bd through php, i get
this errors:

*Warning*: ibase_pconnect() [function.ibase-pconnect
<http://www.servijursrl.com.ar/function.ibase-pconnect>]: operating
system directive CreateFile failed Access is denied. in
*D:\users\resadmin\servijursrlcomar\servijursrl.com.ar\www\login.phtml*
on line *146*

*Warning*: ibase_prepare(): no Firebird/InterBase link resource supplied
in
*D:\users\resadmin\servijursrlcomar\servijursrl.com.ar\www\login.phtml*
on line *148*

*Warning*: ibase_execute() expects parameter 1 to be resource, boolean
given in
*D:\users\resadmin\servijursrlcomar\servijursrl.com.ar\www\login.phtml*
on line *149*

*Warning*: ibase_fetch_row(): supplied argument is not a valid
Firebird/InterBase result resource in
*D:\users\resadmin\servijursrlcomar\servijursrl.com.ar\www\login.phtml*
on line *150*
CLAVE no vĂ¡lida
*Warning*: ibase_free_result(): supplied argument is not a valid
Firebird/InterBase result resource in
*D:\users\resadmin\servijursrlcomar\servijursrl.com.ar\www\login.phtml*
on line *162*

*Warning*: ibase_commit(): no Firebird/InterBase link resource supplied
in
*D:\users\resadmin\servijursrlcomar\servijursrl.com.ar\www\login.phtml*
on line *163*









I think the first one cause all others... but it seems that php or
firebird is trying to create a file?

Any ideas on where to look for a solution?

Thanks in advance,

Ernesto Cullen