Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pass-Thru or Linked Oracle Table

Status
Not open for further replies.

sxschech

Technical User
Joined
Jul 11, 2002
Messages
1,034
Location
US
Hi,

I wrote a pass-thru query to an Oracle table. This table is replacing a local MS-Access Table. I had based numerous queries (Standard Selects, CrossTabs, Summaries) off of the table. I gave the Pass-Thru query the same same as the local table so that I wouldn't have to go in and edit the other queries. When I tried to run a report that had crosstabs, I received this error:
[tt]
You can't use a pass-through query or a non-fixed-column crosstab query as a record source for a subform or subreport.
[/tt]

I tried writing a select query off the Pass-Thru, but that didn't work either, so I removed the query and then did a linked table and everything ran fine. Will there be any performance (speed) or other issues with going via a table over pass-thru?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top