Sharing database connection/access between projects/assemblies

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a solution that contains 2 projects. Each of these projects access
the same database. I was wondering if it is possible to define a database
class and connection in one project and share them with the other?

Thanks In Advance
Macca
 
I think it's OK.

I think the better approach is to define the database class into a
utility project and then share it in other projectes.
 
Back
Top