PHP+MSSQL?????????????
Posted: Sun Dec 29, 2002 8:18 am
I got a problem about using PHP+MSSQL
when I want to open a database which is created by me
It can't run....
If I open a default database (ex:master),it's ok..
but I can't select the datasheet which is created by me...
mssql_connect('locahost','','');
mssql_select_db('God'); //ERROR
mssql_connect('localhost','','');
mssql_select_db('master');
$qstring="select * from user";
mssql_query($qstring); //ERROR
what should I do???
Thanks a lot!!!!!!!
when I want to open a database which is created by me
It can't run....
If I open a default database (ex:master),it's ok..
but I can't select the datasheet which is created by me...
mssql_connect('locahost','','');
mssql_select_db('God'); //ERROR
mssql_connect('localhost','','');
mssql_select_db('master');
$qstring="select * from user";
mssql_query($qstring); //ERROR
what should I do???
Thanks a lot!!!!!!!