R
Roger R. Smith
I see this error in my ASP .NET code:
[SqlException: Line 1: Incorrect syntax near '.'.]
I am trying to execute the following:
private const string SQL_SELECT_USER = "SELECT User.Email, User.FirstName,
User.LastName, User.Status, User.Phone, User.Privs FROM User INNER JOIN
Login ON User.UserId = Login.UserId WHERE Login.UserId = @UserId AND
Login.Password = @Password";
Any ideas here?
Thanks
Rog
[SqlException: Line 1: Incorrect syntax near '.'.]
I am trying to execute the following:
private const string SQL_SELECT_USER = "SELECT User.Email, User.FirstName,
User.LastName, User.Status, User.Phone, User.Privs FROM User INNER JOIN
Login ON User.UserId = Login.UserId WHERE Login.UserId = @UserId AND
Login.Password = @Password";
Any ideas here?
Thanks
Rog