Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Single Dataset from multiple databases...
Mon, May 20 2013 8:09 PMPermanent Link

Kreg Jetsel

I have 4 local DBIsam databases - all with the same table names, structures, etc.  I would like to populate a grid with the customer lists from all 4 databases.  What would be the best way to accomplish this?  Is it possible to write one query against all 4 Databases at the same time?  An help would be greatly appreciated.

Sample:  select * from db_customers.dat
Tue, May 21 2013 7:52 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Kreg


Try something like

select * from "D:\MandN\Data"\BandA
UNION ALL
select * from "E:\NewsRdr\Data\"\BandA

Roy Lambert [Team Elevate]
Image