I have 3 projects one that access my SQL 2000 database and that project is used by 2 other projects one in Windows form and one in WEB based project.
I have strongly typed DataSet in that project that access the database with all used tables.
Now I want to use that dataset from the other projects for example to make tablestyles on datagrids in the Windows form project.
Is that possible.
Sbd
I have strongly typed DataSet in that project that access the database with all used tables.
Now I want to use that dataset from the other projects for example to make tablestyles on datagrids in the Windows form project.
Is that possible.
Sbd