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?
 
Back
Top