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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Select from Multiple Pervasive Databses

Status
Not open for further replies.

uff555

Technical User
Mar 5, 2010
18
0
0
US
I have two databases for two different companies. I would like to look at sales including both companies. Is is possible to select fields from two different databases in one view?
 
No.
You will have to combine the data in a temporary database and then query that, or use a tool like Insight that will do it for you.
 
How can I combine Data in a temp database? Copy the .DAT files?
 
Um, no that will not work.
How good are your programming and db skills?
 
I am proficient in programming and some DB stuff. I was trying to write a query to make a union of two tables. But pervasive proved unable to query a second database.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top