Trying to connect to a SQL Database using the php methods. Seems to connect, but when I use (odbc_num_fields) or (odbc_num_rows) or more important (odbc_fetch_into) the values seem to be blank. Any thoughts on this. When I try connecting to the SQL using the mssql_connect I can't even connect to the SQL database, so I switch to the ODBC connection.