Re: how to connect to multiple database mssql?
- From: "cipcip" <passerir@xxxxxxxxxx>
- Date: 17 May 2006 18:57:56 -0700
can you make an exaple with sql server?
i have these 2 connection string:
connStr1,connStr2
and this query to do:
"SELECT title FROM conn1.dbo.tableTitleHolder UNION ALL select title
FROM conn2.dbo.tableTitleHolder WHERE..."
i've tryed sqlConnection(connStr1+","+connStr2),
but i get an error
.
- Follow-Ups:
- Re: how to connect to multiple database mssql?
- From: Stephen Howe
- Re: how to connect to multiple database mssql?
- References:
- how to connect to multiple database mssql?
- From: cipcip
- Re: how to connect to multiple database mssql?
- From: Stephen Howe
- how to connect to multiple database mssql?
- Prev by Date: Re: adOpenForwardOnly
- Next by Date: Re: adOpenForwardOnly
- Previous by thread: Re: how to connect to multiple database mssql?
- Next by thread: Re: how to connect to multiple database mssql?
- Index(es):
Relevant Pages
|
|