Okay, all I need to know is this:
Some people say that they can only connect with:
odbc_connect("DSN=Datasource;UID=username;PWD=password","","");

Others say that doesn't work, and that they can only connect with:
odbc_connect("Datasource","username","password");

I am confused. I can use the second example (I'm on PHP 4.0.3), but not hte
first, although I need to use the first example. Is there some sort of
switch that lets you decide what format you can follow?

- Jonathan



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to