Why i have Login failed using SQL
-
Hi everyone; Ok, I finished my application using SQL 2000 server. But when I install in other machine and startup the application a error occur "Login Failed For user 'JLMACHINE\guest'". I don't know why this error occur because in my machine works. please help me on that. Johnny Lizardo.
-
Hi everyone; Ok, I finished my application using SQL 2000 server. But when I install in other machine and startup the application a error occur "Login Failed For user 'JLMACHINE\guest'". I don't know why this error occur because in my machine works. please help me on that. Johnny Lizardo.
There are couple of reason for this 1)make sure you connection string that your are passing is correct My_Connection="Server=<servername>UID=<username>pwd=<password>database=<datrabasename>" i hope this will work out] 2)And if your application is accesing server which is another machine,make sure your netwokr is fine. write your connection string in this format,which is easy,replace your code with this and build if once again,i hope it will work.