JoshLindenmuth
New member
- Joined
- Aug 31, 2004
- Messages
- 4
Is there a way the strongly typed dataset wizard will create classes that are usable across multiple databases?
We are writing an application that can use Oracle, PostgreSQL, or Sql Server as the database. We have setup a DAL (using IDBConnection, IDBDataAdapter, etc.) to facilitate database portability. We can now use the DAL for all our database functions, which is great.
However, we cant figure out how we to utilize the auto-generated strongly typed dataset classes across multiple databases. Is it possible? Our app has 1000s of columns, so this would be a MASSIVE time saver vs. creating all the classes by hand or hand-writing all the SQL.
Thanks,
Josh
We are writing an application that can use Oracle, PostgreSQL, or Sql Server as the database. We have setup a DAL (using IDBConnection, IDBDataAdapter, etc.) to facilitate database portability. We can now use the DAL for all our database functions, which is great.
However, we cant figure out how we to utilize the auto-generated strongly typed dataset classes across multiple databases. Is it possible? Our app has 1000s of columns, so this would be a MASSIVE time saver vs. creating all the classes by hand or hand-writing all the SQL.
Thanks,
Josh