Odd Oracle ODBC error

D

dgmoore

I have an Access 2K app linked to an Oracle 9i back end. When I attempt
to open some - but not all - of the linked tables in datasheet view I
get a Jet "ODBC error" message. I can see nothing in common among the
tables with and without errors, either in number of rows or number of
fields. Queries on these same tables work correctly. Does anybody know
what's going on with this?

Thanks
Dave
 
J

Joe Fallon

Opening a table exposes all the fields.
A query only uses some of them.

Some fields do not translate well from Oracle to Access.
By "avoiding" them in the query, it works.
 
D

dgmoore

Joe,

I would think that

select * from [tablename]

exposes all of the fields in the table, and a select * pass-through
query returns the data correctly, while viewing the same table in
datasheet view returns the ODBC error. Wierd...

Thanks
Dave
 
D

dgmoore

Joe,

I would think that

select * from [tablename]

exposes all of the fields in the table, and a select * pass-through
query returns the data correctly, while viewing the same table in
datasheet view returns the ODBC error. Wierd...

Thanks
Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top