OK - found it. odbc_connect. But now I am looking for a db_query and there is none for odbc.
I can do the $Query ok but can't seem to find. "Douglas F. Keim" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am trying to connect to an ODBC database that is not Access nor MSSQL. I > have the ODBC entry done and have tested the connections within the ODBC > manager. > > I noticed that a connection within PHP begins with $Link, but I can't seem > to find the values for the rest of the statement. > > for Mysql it goes something like this -- $Link = mysql_connect. > > I need to figure out what mysql_connect should be replaced with. The only > reference that I found was mssql_odbc. > > I also know that Mysql and ODBC support is built into PHP, so maybe this is > easier that I think. > > Anyone help me? > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php