|
-
Dec 19th, 2005, 05:23 AM
#1
Thread Starter
New Member
Connecting to multiple databases
I am new to VB and I need to create a word template using VB. In general the template will read/write to a sql server database depending on the actions of the user.
However, it will also be necessary to create a form in the template which will contain lists of values. These will be populated from an oracle database.
Will this work ok having the template use 2 different databases at different times?
-
Dec 19th, 2005, 08:27 AM
#2
Re: Connecting to multiple databases
Welcome to the forums. 
Do you need both databases to be open at the same time?
If so, just use two different connection objects. If not, you could probably reuse the same connection object.
-
Dec 19th, 2005, 10:52 AM
#3
Re: Connecting to multiple databases
My usual boring signature: Nothing
 
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
|