-
SQL Error
Hi all,
I have developed a windows application. And it connects to the SqlServer.
It works well when I have connected using the Network account. But When I log on to that
server (2003 Server ),This computer mode i am getting this error,
How could solve this error ?
http://img235.imageshack.us/img235/1952/94685092vk1.jpg
Thanks
-
Re: SQL Error
Could you post the code for how you are connecting?
-
Re: SQL Error
Thread moved to Database Development forum
-
Re: SQL Error
Sorry for posting in Wrong Forum.....
I dont have the coding. Its a third party application
-
Re: SQL Error
Given the text of the error message it looks like the problem is that you're trying to connect without specifying the username. How do you configure the connection in the app? Is there anywhere in the app you can see the actual connection string that's being used?
-
Re: SQL Error
I'm a little confused as in your first post you said that you developed a windows app, then a few post later you said the problem is with the 3rd party app and you dont have the code.
Are they both the same thing?
ps. As the FunkyD suggested, you trying to connect without a username being passed to SQL Server. Are there any instruction with this 3rd party app on how to connect to SQL Server?
-
Re: SQL Error
Check you ODBC...
Maybe your settings need to be set