RE: [PHP-WIN] Need SQL Help for PHP_WIN and ODBC/Access !! SOLVED

2002-10-07 Thread Naved, Masroor
iginal Message- From: Williams, Dewey [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 3:59 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Need SQL Help for PHP_WIN and ODBC/Access HELP! I need the WHERE statement to use LIKE and wrap the variable $ProdVar in * so users can do a text searc

RE: [PHP-WIN] Need SQL Help for PHP_WIN and ODBC/Access !! SOLVED

2002-10-07 Thread Williams, Dewey
PROTECTED]] Sent: Thursday, October 03, 2002 3:59 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Need SQL Help for PHP_WIN and ODBC/Access HELP! I need the WHERE statement to use LIKE and wrap the variable $ProdVar in * so users can do a text search on the field. -- PHP Windows Mailing

[PHP-WIN] Need SQL Help for PHP_WIN and ODBC/Access

2002-10-03 Thread Williams, Dewey
HELP! I am trying to write an sql statement to get data from my Access database through ODBC. Everything works okay if I write a simple Select statement, but I need to write a statement like: "SELECT Files.Fileame, Products.ProdName FROM Products INNER JOIN Files ON Products.bid = Files.bid WHE