suggest me about using of Multiple database
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
In my application there is a situation where i have to use two database
simultaneously. I have to establish the connnectionn with those two
databases. Is it advisable to use two database connection. But its necessary
for me. How to use two connection string in the Web.config file. Help me out
in this.
.
Relevant Pages
- Re: Help ! -> Distributed BL and Database Access
... I have one server located in a remote part of the country ... method the data within the object will be comitted to the database. ... reference to the database connection and then send it to the client (by ... value - to move the work off onto the client). ... (microsoft.public.dotnet.framework.remoting) - Re: [PHP] uh oh, I defined a resoruce
... I don't agree that "Global variables are evil." ... going to use only for a database connection, IMO, is perfectly fine. ... By specific globals I mean that I have a "namespaced" entry such as ... (php.general) - Re: [PHP] uh oh, I defined a resoruce
... I don't agree that "Global variables are evil." ... going to use only for a database connection, IMO, is perfectly fine. ... By specific globals I mean that I have a "namespaced" entry such as ... (php.general) - Re: Database connections and try catch finally?
... You never know when you'll get an exception doing database IO. ... > finally statement when opening a database connection, ... > conn = new SqlConnection; ... > SqlConnection conn = new SqlConnection; ... (microsoft.public.dotnet.framework.adonet) - Re: DBI object in modules
... Now i have to create database connection ... If it's the same database connection, ... Now you can execute and fetch based upon the scalar for each query. ... If you *have* to use packages, then you could pass the database handle as ... (comp.lang.perl.misc) |
|