RE: [PHP-DB] ODBC Woes

2001-08-28 Thread Andrew Hill
logy Providers > -Original Message- > From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 28, 2001 4:15 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] ODBC Woes > > > I am attempting to use oPAYc (www.opayc.com) as a central method > of

Re: [PHP-DB] ODBC Woes

2001-08-28 Thread Jonathan Hilgeman
if($TFM_Doesnt_Have_Anything_About_It == 1) { $Shut_Yer_Unhelpful_Trap = 1; $You->RTFM && see(); } "Yves Glodt" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... if ($RTFM == 1) { int odbc_connect (string dsn, string user, string password [, int cursor_typ

Re: [PHP-DB] ODBC Woes

2001-08-28 Thread Yves Glodt
On Tuesday 28 August 2001 22:05, Jonathan Hilgeman wrote: > 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("

Re: [PHP-DB] ODBC Woes

2001-08-28 Thread Jonathan Hilgeman
Data Integration Technology Providers > > > -Original Message- > > From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, August 28, 2001 4:05 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP-DB] ODBC Woes > > > > > > Okay, all I n

RE: [PHP-DB] ODBC Woes

2001-08-28 Thread Andrew Hill
regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Data Integration Technology Providers > -Original Message- > From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 28, 2001 4:05 PM

[PHP-DB] ODBC Woes

2001-08-28 Thread Jonathan Hilgeman
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 sec