Multiple Access database connections
From: Bill Wanschura (BillWanschura_at_discussions.microsoft.com)
Date: 09/24/04
- Next message: William \(Bill\) Vaughn: "Re: Update Database from DataAdapter"
- Previous message: marco: "Re: HELP! UpdateBatch doesn't work on Windows98"
- Next in thread: Darshan: "RE: Multiple Access database connections"
- Reply: Darshan: "RE: Multiple Access database connections"
- Reply: Andrew: "Re: Multiple Access database connections"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 24 Sep 2004 09:02:09 -0700
I'm new to ADO and I think I'm missing something. I need to connect to two
different tables on two different Access databases. I have been able to get
the connections and recordsets set up so I can list the rows in each table.
How do I set up a query using the two tables to cerate another recordset? I
am so used to Tabledefs and Querydefs that I am not understanding the object
model of Commands and Recordsets.
My master table (tblMaster) on databaseA has a stateCode field that is also
on my refStateName table on databaseB. I want to JOIN tblMaster and
refStateName on stateCode and list the stateCode field from tblMaster and
the stateName field from refStateName.
What am I missing here?
Bill W.
- Next message: William \(Bill\) Vaughn: "Re: Update Database from DataAdapter"
- Previous message: marco: "Re: HELP! UpdateBatch doesn't work on Windows98"
- Next in thread: Darshan: "RE: Multiple Access database connections"
- Reply: Darshan: "RE: Multiple Access database connections"
- Reply: Andrew: "Re: Multiple Access database connections"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|