A
Anonymous
Guest
First of all, please forgive me if you think this is a stupid question. I am new to PHP and have become extremely frustrated with a problem. I have installed PHP v. 4.4.0 on a Win2000 box. I am trying use an Access v. 2003 sp2 with a driver version 4.00.6200.00 through ODBC. When I do a simple "select * from tablename", it works fine. When I try to do "select id, name from tablename" it gives me an error "undefined SQLState 37000". I have tried fully qualifying the field names with the table name. I have also tried putting squared brackets around the field names and then around the table name and field name in the fully qualified version. All efforts are to no avail. When I use PHP to go against a MySQL database, the field names do not present a problem. I hope someone has the answer for me ...... Thanks!!