Multiple connections
C#
1
Posts
1
Posters
0
Views
1
Watching
-
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? (o)(o)