Multi DB. And now?

  • Thread starter Thread starter Max André Bündchen
  • Start date Start date
M

Max André Bündchen

Hi all,

That is a really bad, bad question, but some of us have problem with a
application with more than one DB. Anyone here dev. the same app. for more
than one DB? Why the best solution in the ADO.NET for that, thinking in time
and cost, of course.

In my case, for example, I have a app. that work only by webservices and
should be installed in many bases, like SQL Server, Oracle and PosgreSQL.
That's a fruit salad!! :-)
 
Hi Max,

You'll have to create an abstract layer and database dependent layers.
Perhaps with a factory block.
Also, it depends on database complexity..
 
Back
Top