RE: [PHP-DB] ODBC connection problem

2001-09-11 Thread Andrew Hill
t; From: Don Jackson [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 10, 2001 8:09 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] ODBC connection problem > > > Windows NT 4.0 workstation > Apache > PHP 4 > > I'm using ODBC to connect to dbase tables. > the

[PHP-DB] ODBC connection problem

2001-09-10 Thread Don Jackson
Windows NT 4.0 workstation Apache PHP 4 I'm using ODBC to connect to dbase tables. the following code works fine and returns the correct results... "; } odbc_close($connect); ?> -