PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET Help-Joining two tables from two Access databases

Reply

Help-Joining two tables from two Access databases

 
Thread Tools Rate Thread
Old 22-06-2006, 06:07 PM   #1
=?Utf-8?B?Um95?=
Guest
 
Posts: n/a
Default Help-Joining two tables from two Access databases


Hi all,

What is a good way to Join two tables from two Access databases in dotnet?
Thanks in advance,

Roy


  Reply With Quote
Old 24-06-2006, 01:56 AM   #2
Cowboy \(Gregory A. Beamer\)
Guest
 
Posts: n/a
Default Re: Help-Joining two tables from two Access databases

Join in a query or join by making a relationship?

As query is fairly obvious, I would assume a relationship: Use ALTER table
and create the relationship.

http://www.blueclaw-db.com/alter_table_ddl.htm

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
"Roy" <Roy@discussions.microsoft.com> wrote in message
news:01186A43-A040-4A26-BCFD-8F7A146D199F@microsoft.com...
> Hi all,
>
> What is a good way to Join two tables from two Access databases in dotnet?
> Thanks in advance,
>
> Roy
>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off