|
-
Jan 22nd, 2000, 06:38 AM
#1
Thread Starter
Member
Ok as some of you know i have a program that accesses 3 db 2 inventory and 1 personal inventory what i would like to know is if you can access the 3 databases from 1 data control or not? Or do i have to code it into the program?
Any Ideas
Thanks
-
Jan 22nd, 2000, 06:54 AM
#2
PowerPoster
Try using an ADO control instead. Somehow in the select statement you are able to specify multiple databases (I am lead to believe you can anyway).
To keep it simple I would have 3 separate controls, but that's just me.
Regards,
------------------
- Chris
[email protected]
If it ain't broke - don't fix it 
-
Jan 22nd, 2000, 07:03 AM
#3
Thread Starter
Member
how do you go about doing that? I am used to the data controls as well
-
Jan 22nd, 2000, 07:34 PM
#4
Junior Member
I'm afraid you will have to use code. The best way is probably using SQL...eg
SELECT whatever FROM tablename WHERE whatyouwant = "string"
You can do this for as many different tables or db's as needed.
------------------
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
|