in reply to Re^2: DBI SQL error messages
in thread DBI SQL error messages
I wonder if that's just because the way the GUI works
That's right. If you bypass the GUI (what Access calls Design View), you can run an INSERT ... VALUES statement against an Access database, just as DBI does.
Ask the GUI to display what you just did, and it converts the VALUES list to a SELECT clause without a FROM clause. If you don't want to see this happen, stay in SQL view.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: DBI SQL error messages
by rjberry (Novice) on Oct 13, 2008 at 08:52 UTC |