Re:HELP!- D4-BDE-ODBC-Oracle 8 RequestLive connection problem
Quote
Martin Pettit wrote:
> I think I have found a common problem. If I try to access a
> table whose name contains a '_' character, the response
> 'Invalid Table name' is returned.
There's something else going on. There's no problem accessing tables
containing an underscore character. Table names can be a maximum of 30
characters long, and there are some restrictions, which you can look up,
but they're not tricky. If you've got Enterprise, look at the query in
SQL Monitor and see what's being sent to the database. Also, try your
queries in Sql*plus, to see if you get an error. Do you have quote
marks, or anything like that?
John PIerce