Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

missing operator in query expression

843854May 16 2003 — edited May 19 2003
Greetings,

I'm attempting to access a MS Acess database, but getting the following error.

Syntax error (missing operator) in query expression 'Org Name'.

The error occurs between the following two lines.
String SQL = "SELECT Org Name FROM OrganizationTable";
ResultSet resultset = statement.executeQuery(SQL);
Where Org Name is the data set I'm trying to access and OrganizationTable is the database table.

Any help would be appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 16 2003
Added on May 16 2003
3 comments
297 views