single connection string for two connection

  • Thread starter Thread starter clara
  • Start date Start date
C

clara

Hi all,

I hope it is not a whim.Is it possible to connect to two database servers on
a same machine using a single connection string? If you fingure it out, could
you write the code in VB in your respondence?
In my application, the connection to the database should be provided in the
following choices: (1) to database server A;(2) to database server B;(3)to
both database server A and B.

Clara

thank you so much for your help
 
I don't think this can be achieved using a single connection string. When
you are trying to connect to two different database servers, the connection
string has to change at least the name of the server.

Regards,
Shuja Ali Zaroo
 
How's it possible.. could you please give the exaxct code....

Thanks

Jinu



Shuja Ali Zaroo wrote:

I don't think this can be achieved using a single connection string.
18-Jan-08

I don't think this can be achieved using a single connection string. When
you are trying to connect to two different database servers, the connection
string has to change at least the name of the server

Regards
Shuja Ali Zaro


Previous Posts In This Thread:

single connection string for two connection
Hi all

I hope it is not a whim.Is it possible to connect to two database servers on
a same machine using a single connection string? If you fingure it out, could
you write the code in VB in your respondence
In my application, the connection to the database should be provided in the
following choices: (1) to database server A;(2) to database server B;(3)to
both database server A and B.

Clara

thank you so much for your hel

--
thank you so much for your help

I don't think this can be achieved using a single connection string.
I don't think this can be achieved using a single connection string. When
you are trying to connect to two different database servers, the connection
string has to change at least the name of the server

Regards
Shuja Ali Zaro


EggHeadCafe - Software Developer Portal of Choice
Distributed .NET Programming in C# [aPress]
http://www.eggheadcafe.com/tutorial...80-0c490b10aa2f/distributed-net-programm.aspx
 
Back
Top