I was trying to just run the connect statement and see if it would just connect and got this message.
Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect in c:\inetpub\wwwroot\dbconnect.php on line 16 "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