how can connect from my vb.net application to sqlserver 2000 in server.
I can connect to sql server ce but i would like connect to central ddbb.
when i try connect using propertly connection string appear this error .
Same connection string in desktop work well.
i know what was the problemnt i will explaint for may be help other user
1 Sql server configure to use windows user (not sql user)
2 In connection string use Integrated Security =SSIP
3 Use domain\user to connect (user created in both windows and
sqlserver)
thanks
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.