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
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
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