Answered by:
sql server 2008 error code 18456 state 28000

Question
Answers
-
Just try adding your account as a login in the SQL server.
Right click security node in the SSMS and create a new login for that account with which you are connecting from the application.
Thanks, Leks- Marked as answer by Alex Feng (SQL)Moderator Tuesday, January 26, 2010 5:30 AM
All replies
-
When I try to log into sql 2008 from my delphi application I get sql error code 18456 state 28000.
I can connect using and ADO connection no problem, I get this error when I try to use dbExpress
Thanks- Merged by Alex Feng (SQL)Moderator Monday, January 18, 2010 7:19 AM du
-
-
_____ Duplicate Thread______
MODs : Please merge with this thread with below thread...
http://social.msdn.microsoft.com/Forums/en-US/sqlsecurity/thread/ecd60eae-7e1a-461a-a820-44d72a4eeb5c
Regards,
Ramakrishna -
Just try adding your account as a login in the SQL server.
Right click security node in the SSMS and create a new login for that account with which you are connecting from the application.
Thanks, Leks- Marked as answer by Alex Feng (SQL)Moderator Tuesday, January 26, 2010 5:30 AM
-