W
William Gower
I have isolated all my data access into DALC classes ex. VendorDALC. I want
to allow for both SQL Server and MS Access databases. What is the best
practice for this? VendorSQLDALC and VendorOLEDALC? Or is there a better
way to do this? SQLHelper / OLEHelper and have VendorDALC call the
appropriate one depending on the database.
to allow for both SQL Server and MS Access databases. What is the best
practice for this? VendorSQLDALC and VendorOLEDALC? Or is there a better
way to do this? SQLHelper / OLEHelper and have VendorDALC call the
appropriate one depending on the database.