multiple connections

  • Thread starter Thread starter Radu.Micu
  • Start date Start date
R

Radu.Micu

What is the best way to work with multiple db connections? I mean that
I ahave an app with a TreeView on it and for each node(if he has some
props)I want to use a diffrent db (MsAccess) connection, what i did is
that when I press a node I verify the conditions and if they are OK I
[] conn=new OleDbConnection(strConnect); []is this the best way?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top