Paul W.
|
| Posted: 04/24/2002, 9:33 PM |
|
I'm using CCS with PHP and Access. When I try and do a Live Page on any of the
forms, it complains "Fatal error: Call to undefined function: msql_connect()".
I'm basically changed the Portal app in CCS to use PHP.
Why doesn't it recognize msql_connect()? I'm running this on Apache with Win2k.
TIA
|
|
|
 |
Nicole
|
| Posted: 04/25/2002, 6:19 AM |
|
Paul,
to connect Access db on live site use ODBC connection. Create DSN on server and make sure that PHP is installed with ODBC support.
|
|
|
 |
Paul W.
|
| Posted: 04/25/2002, 10:47 AM |
|
Ok, I found the problem. The PHP Database Library combo box defaulted to
"mSQL" which I mistakenly thought was MSSql. It should really default to a blank
which forces the developer to choose the correct database library. If it is set
to a blank during generation, an error message would tell him it is not set.
I think this solution is a lot better than to default it to an obscure
database library (mSQL) that will have the developer scratching their heads over.
|
|
|
 |
|