pbackstrom
Programmer
I need to get information from an Oracle view.
I see it in the Link Tables list, but cannot attach it because it says
"There are several tables with that name. Please specify owner in the format 'owner.table'."
But there's no place for me to type in the owner name and it doesn't appear in the list -- when I hit Cancel the box goes away.
I tried to query datasources directly:
some dsn-less solutions from forums wherein I could open the connection ok but got "The connection cannot be used to perform this operation. It is either closed or invalid in this context." when I tried to open a recordset.
I thought OK I can attach in code and provide the owner name that way, but the examples I've found
use DAO which I'd rather not rely on.
Recommendations to either
a) allow me to attach the table,
b) attach it from code, or
c) query it without attaching it?
Thanks much.
I see it in the Link Tables list, but cannot attach it because it says
"There are several tables with that name. Please specify owner in the format 'owner.table'."
But there's no place for me to type in the owner name and it doesn't appear in the list -- when I hit Cancel the box goes away.
I tried to query datasources directly:
some dsn-less solutions from forums wherein I could open the connection ok but got "The connection cannot be used to perform this operation. It is either closed or invalid in this context." when I tried to open a recordset.
I thought OK I can attach in code and provide the owner name that way, but the examples I've found
use DAO which I'd rather not rely on.
Recommendations to either
a) allow me to attach the table,
b) attach it from code, or
c) query it without attaching it?
Thanks much.