Re: [PHP-DB] odbc_connect() parameters help please

2004-12-16 Thread Greg Jackson
Thanks, no luck tho... Here's the code: if($_SESSION["VIEW"] == "private") if (($odbc_conn = odbc_connect("D3_ACTIVE","","")) === false) die("ODBC connect call failed"); and the result: Warning: odbc_connect(): SQL error: [Raining Data][ODBC D3 Driver]Logon failed. Check D3 connection parame

RE: [PHP-DB] odbc_connect() parameters help please

2004-12-16 Thread Bastien Koert
try $conn = odbc_connection("D3_ODBC","",""); not blanks but empty strings bastien From: "Greg Jackson" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP-DB] odbc_connect() parameters help please Date: Thu, 16 Dec 2004 17:55:59 +1300 Hi I'm new to this group, but not to PHP :-) Does anybody k