Hi everyone,
I test php4+windows2000 advanced server+SQL2000 enterprice server php programming,the odbc test passed, php4 function phpinfo() is all right.The program list as follow:
<?
odbc_connect("test","testuser","abcdefg");
?>
but I got a warning:
"WARNING: 2 is not a valid ODBC result resource in f:\test_web_site\index.php on line 2"
I am sure the ODBC DSN test,user name and password works.
Please help me!
Thanks