all my testing I did only on mysql and oracle.. so dont know much about interbase.. please check the adodb project (http://adodb.sourceforge.net) about how its interbase support is.. as I use adodb for any database connection. If it gave could not connect to database.. then the credentials that you supplied could not be used to make a connection.. check on the adodb page about what the host string for interbase could be...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the generated code for the simple application is only for mysql at this time.. i cannot yet think of a good way to make it different for different dbs.. but if you generate PCG advanced code.. the code can communicate with any database via adodb..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi ,
i tried pcg , i entered the database
connection detail at the 1st page
Genie Flavor : Interbase 6
Database Host : 192.168.1.159
Database UserName : sysdba
password : masterkey
it gave
could not connect to the database...
any advise ?
Thanks,
kalmen
all my testing I did only on mysql and oracle.. so dont know much about interbase.. please check the adodb project (http://adodb.sourceforge.net) about how its interbase support is.. as I use adodb for any database connection. If it gave could not connect to database.. then the credentials that you supplied could not be used to make a connection.. check on the adodb page about what the host string for interbase could be...
I get this also. I connected to a postgresql database, but noticed that the common/dbconnection.php include file uses mysql connect strings.
the generated code for the simple application is only for mysql at this time.. i cannot yet think of a good way to make it different for different dbs.. but if you generate PCG advanced code.. the code can communicate with any database via adodb..