Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Linq to SQL

Author  Topic 

Shep
Starting Member

19 Posts

Posted - 2013-06-19 : 15:07:38
I need to a accomplish a similar task as the login validation used in the code from this:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=186193

The only difference is that instead of using a Stored Procedure, I have to use a LINQ to SQL instead.

Can someone tell me the steps to doing this. This is for a school assignment and I dont understand the concept.

I need to know the process of connecting to the DB, retrieving the information to validate the user, and then completing the IF statement to either proceed or not.

The IF statement is the only thing I know how to do.

Thanks again,
JS

J.E.Shepler
   

- Advertisement -