Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: connect at the same time in different databases and different servers


Message #1 by "Velasquez" <velasquez@s...> on Sat, 6 May 2000 18:44:00 -0300
Create 2 different connection objects if you need to access 2 different SQL 
servers.

dim conn1 as adodb.connection
dim conn2 as adodb.connection

then take and use these connections to access the dns or dsn-less 
connections for querying the recordsets.

I hope this helps with your question about using 2 connections at the same 
time in an application.

  Return to Index