import tables and relations

  • Thread starter Thread starter Konrad
  • Start date Start date
K

Konrad

Hi

Is possible to import relations and tables from
Access 2000 database to DataSet?

Thanks
Konrad
 
you can read them from the system tables. "ADO.NET Cookbook" has code to
do that, but on SQL Server. With the right modifications it would work
for Access too
 
OK. Thanks.
But what about creating strongly typed
DataSet with tables and relations
in VS.NET 2003 from
database.

Thanks
Konrad
 
not automatically, not that I know of
OK. Thanks.
But what about creating strongly typed
DataSet with tables and relations
in VS.NET 2003 from
database.

Thanks
Konrad
 
Back
Top