Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataSet strongly typed

Status
Not open for further replies.

sbdSolna

Programmer
Aug 19, 2004
24
DK
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
 
Yes - just set a reference to your database project from the other two projects. In the project pane in VS.NET, right-click on the References leaf.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top