G
Guest
I know this is a silly question, but I am looking for the best way.
I build a windows application with standard version and enterprise version.
Standard version use local SQL/Access as database. Enterprise version use
Centralized Web Service as Database. Which is the easiest way to handle this?
I have too many classes have data access.
I can create following classes, How could I use Interface or other ways to
call right DB?
class1
class1_db_sql
class1_db_access
class1_db_webservice
I build a windows application with standard version and enterprise version.
Standard version use local SQL/Access as database. Enterprise version use
Centralized Web Service as Database. Which is the easiest way to handle this?
I have too many classes have data access.
I can create following classes, How could I use Interface or other ways to
call right DB?
class1
class1_db_sql
class1_db_access
class1_db_webservice