Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I loaded Sql Server 2008 on a Windows Server 2003 machine and my client machine is Windows 7 .

When i connect from windows 7 using SQL MANAGEMENT STUDIO it is connection. but when i connect through my application is it showing sql server error 40.

my connection string is
VB
Data Source=192.168.1.XXX,1433; Network Library=DBMSSOCN; Initial Catalog=myDB;
User ID=myUserName; Password=myPwd

but when i connect through windows xp machine it is working fine.

it it the problem of connection string? Please help

Thanks in advance
Biju
Posted
Updated 11-Feb-13 11:30am
v2
Comments
Maciej Los 11-Feb-13 17:31pm    
SQL Server 2008 is installed on Windows Server 2003 32 or 64 bit?
Windows 7 is 32 or 64bit OS?

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900