import tables and relations

K

Konrad

Hi

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

Thanks
Konrad
 
U

Uri Dor

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
 
K

Konrad

OK. Thanks.
But what about creating strongly typed
DataSet with tables and relations
in VS.NET 2003 from
database.

Thanks
Konrad
 
U

Uri Dor

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top