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

Get data from several Access and SQL Server databases

Status
Not open for further replies.

FesterSXS

Programmer
Feb 4, 2002
2,196
GB
Hi,

I have also posted this question in the SQL Programming forum (forum183)

I would like to create a recordset built from data from a number of SQL Server 2000 databases and also several Access databases. All databases are running on the same server.

To put my problem into context, I am trying to show news articles on our International website. I would like to query the database of each of our National websites for any news articles that they have. I would then like to order all of these news articles by date and show them on one page (ASP). Some of these sites use Access DBs and some use SQL Server.

The News tables in the various Access databases all have the same structure and likewise, the News tables in the various SQL Server databases all have the same structure.

Anyone have any ideas?

Thanks

Tony
---------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top