RE: [PHP-WIN] accessing files from mapped drive from another serv er

2004-04-12 Thread Williams, Dewey
I have gotten this to work by supplying a full server path, ie //server-name/path/ Mapped drives do not translate well. You also have to give the account the server is running under access to the server. Dewey Williams -Original Message- From: M.Staiger [mailto:[EMAIL PROTECTED] Sent:

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

2002-10-07 Thread Williams, Dewey
It seems the use of LIKE in an sql statement requires the 'wild-card' % instead of * when sending to an Access (and other?) databases. If anyone knows WHY, I would like an explanation. Dewey Williams [EMAIL PROTECTED] -Original Message----- From: Williams, Dewey [mailto:[EMAIL

[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