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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PUSH model - no ADO.NETdataset

Status
Not open for further replies.

Samuel12Sam

Programmer
Jun 11, 2003
15
US
i have an ADO.NET dataset in the project and i want to set the d.b location to the dataset. but when i expand the project data--> ado.net datasets--> i don't find any items. why is it so?
 
You have to have a "design time" ds (.xsd file) in the project for Crystal to see it. Click Add New Item, then Dataset, drag and drop the table(s)from server explorer, then create an instance of it on the webform that you have your viewer on. If you drop a dataset onto the form, you can use the wizard to select the existing .xsd dataset.

It might be quite a bit if you've never used it before. Hope I pointed you in the right direction.

Good luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top