|
-
Aug 15th, 2003, 11:09 AM
#1
Thread Starter
Addicted Member
SQL query on two datbase
Hi all,
Can we run a SQL query from ADO.net
For example TABLE1 is in DATABASE1 and TABLE2 is in DATABASE2
can we run query likey this (as concept, not syntax) :
select * from table1,table2 from database1,database2 where table1.Field1=table2.Field2
==> here Field1 and Field2 are same type of fields in Table1 and Table2 respectively
I found related information here
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|