[PHP-WIN] RE: ODBC connection parameters

2002-10-08 Thread Uttam
you must be having php manual installed, there is a topic called Unified ODBC Functions. you can refer the same for connecting to odbc databases. you need odbc_connect() to connecto to database, the syntax is: int odbc_connect (string dsn, string user, string password [, int cursor_type]) foll

[PHP-WIN] Re: ODBC connection parameters

2002-10-08 Thread Softek
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 "Dou

[PHP-WIN] Re: ODBC connection parameters

2002-10-08 Thread Douglas F. Keim
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 n