I’m new to WCF Web Services and I’m making my first one. I need to access my SQL database in the service. Typically, I add a dataset to my projects and drag my tables from server explorer to the dataset and work from there. That doesn’t seem to be available in the WCF Web Service project. Is there a way to do that? If not, how do I access my sql database tables?
Thanks
Actually I never figured out how to add a dataset through the add new item in the project, but I was able to copy a dataset from another project and use it just fine.