coding problem? "no rows found" after any query.

A

Anonymous

Guest
1. PHP can be configure with:
--with-openlink
or
--with-iodbc
or
--with-custom-odbc
or
--with-unixODBC
Read install file

2. In UNIX may be problem with connect
use
odbc_connect("DSN=DataSource;UID=UserName;PWD=Password");
 
Back
Top