Help, how to make a query? I need from the List to add the new data in table 1: category, date, description, and category (category id). But the text of the category want to find in the other table name of Category and add in table 1 id this category.
Can't properly write the query. Help please.
Answers (11)
0
You have to add authentication + authorization module in your services.
Based on the service context + operation context + user authorization you should be able to restrict the access.
You may need to maintain some kind of roles + users in the database / in configuration xml file to maintain the authorized users list.
Accepted 0
Thanks Dude,
This concept is very usefull for me---
http://www.dotnetcurry.com/ShowArticle.aspx?ID=592