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

2004-12-16 Thread Greg Jackson
rote in message news:[EMAIL PROTECTED] > try $conn = odbc_connection("D3_ODBC","",""); > > not blanks but empty strings > > bastien > > >From: "Greg Jackson" <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: [PHP-

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

[PHP-DB] odbc_connect() parameters help please

2004-12-15 Thread Greg Jackson
Hi I'm new to this group, but not to PHP :-) Does anybody know why odbc_connect() requires a username and password to be supplied as well as the DSN name? This feature is preventing me from accessing a database that can easily be accessed from asp with the following example code: <% set conn=S