View Single Post
Old 08-07-2000, 04:00 AM   #4
UncaDanno
Member (9 bit)
 
Join Date: Dec 1999
Location: Midland, NC, USA
Posts: 292
Post

The difference is that, autonumber being numeric, you don't need quotes around its value in your SQL select statement. Since name is a string, you do need quotes around its value in the SQL statement.

And remember that, if you are accessing most any other database (SQL, Oracle, etc), you need single instead of double quotes around string values.
UncaDanno is offline   Reply With Quote