hi guys.. i am currently doing a project that needs to have a client server.. now my IP is let's say 10.0.0.2 and the IP of one of the client is 10.0.0.4. The form i am using is a simple login to see whether my client can login to the system and the database is on the server. Do i have to do a winsock program? i curently have this string connection on the client:
Code:
strConn = "driver={SQL Server};server=Test;database=Project;uid=;pwd="
Do i still need to type in the IP add of the server? if yes where do i put it? and is anything missing from my connection string? thanks very much