how to connect to multiple database?



Is it possible to connect to 3 database and execute a cross db query?

I usually use SqlConnection(connectionString) for a single connection

.



Relevant Pages

  • how to connect to multiple database?
    ... Is it possible to connect to 3 database and execute a cross db query? ... I usually use SqlConnectionfor a single connection ...
    (microsoft.public.sqlserver)
  • how to connect to multiple database mssql?
    ... Is it possible to connect to 3 database and execute a cross db query? ... I usually use SqlConnectionfor a single connection ...
    (microsoft.public.data.ado)
  • Re: Finally which ORM tool?
    ... manipulate the linq query IF you're executing it at that moment. ... simply because the declaration construction was with 'CHOPS'. ... implement IEnumerablebut had an Execute() method which gave back ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: SQL stored procedure executing twice
    ... I wasn't aware that DLookupwould execute the "domain" more than once. ... caused the stored procedure to execute twice. ... Dim stDocName As String ... My pass-thru query properties ...
    (microsoft.public.access.modulesdaovba)
  • Re: Clarification on DBI module
    ... You get the same results for the second execute because the record buffer in the statment handle is not cleaned out because no execute took place. ... The sql query can have bind variables or they may not have. ... Ahhh...imagining that irresistible "new car" smell? ...
    (perl.dbi.users)