G
Guest
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 can't figure out how we to utilize the auto-generated strongly
typed dataset classes across multiple databases. Is it possible? Our app
has 1000's 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
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 can't figure out how we to utilize the auto-generated strongly
typed dataset classes across multiple databases. Is it possible? Our app
has 1000's 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