Re: How to Mimic Access' Externally Linked Tables using ADO?
From: William \(Bill\) Vaughn (billvaRemoveThis_at_nwlink.com)
Date: 01/22/05
- Next message: William \(Bill\) Vaughn: "Re: Stored procedure sp_helptext error"
- Previous message: Shawn B: "How to Mimic Access' Externally Linked Tables using ADO?"
- In reply to: Shawn B: "How to Mimic Access' Externally Linked Tables using ADO?"
- Next in thread: Shawn B: "Re: How to Mimic Access' Externally Linked Tables using ADO?"
- Reply: Shawn B: "Re: How to Mimic Access' Externally Linked Tables using ADO?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 21 Jan 2005 18:22:30 -0800
ADO does not have a query engine. It's an interface to query engines. It's
the query engine that does all the database IO, linking and joining. What
DBMS are you accessing? Many have similar "linked" table features.
-- ____________________________________ William (Bill) Vaughn Author, Mentor, Consultant Microsoft MVP www.betav.com Please reply only to the newsgroup so that others can benefit. This posting is provided "AS IS" with no warranties, and confers no rights. __________________________________ "Shawn B" <ext.news.1@bdenim.ca> wrote in message news:41f1765a$1@obsidian.gov.bc.ca... > Hi All, > > I would like to simulate/mimic the behaviour of Microsoft Access' > "Externally Linked Tables" from within ADO so that I can, in effect, > perform a single query based on tables from multiple > databases/connections. Is this possible? If so, how? > > Thanks in Advance, > > Shawn. >
- Next message: William \(Bill\) Vaughn: "Re: Stored procedure sp_helptext error"
- Previous message: Shawn B: "How to Mimic Access' Externally Linked Tables using ADO?"
- In reply to: Shawn B: "How to Mimic Access' Externally Linked Tables using ADO?"
- Next in thread: Shawn B: "Re: How to Mimic Access' Externally Linked Tables using ADO?"
- Reply: Shawn B: "Re: How to Mimic Access' Externally Linked Tables using ADO?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|