hi all
I'am working on a smart device application that is supposed to be capable of communicating with a sql server DB on another PC on the same network.
using VS 2003
i tried to specify the IP address in the connection string but it didn't work out ![]()
i tried to put a web service on the DB server but the problem i hit is i wanted to send and receive objects between the service and the device, so i added a DLL containing the classes i want to use their objects at the both sides of the application but it couldn't recognize it as the same object at the both sides
so i hope if any one here knows a better solution to this problem please help me
SOS please this is urgent
virtually yours.

SOS, please help
W. Kevin Hazzard
This is not the answer to your question, but it explain how get answer faster:
http://www.danielmoth.com/Blog/2005/03/please-read-before-posting-to-ng.htmletherealG
thanks for passing and answering
i hope it works for me too
wjcampbe
Hi,
what connection string did you use for SqlClient.
Persist Security Info=False;Integrated Security=False;Server=192.168.1.1;initial catalog=Waiter;user id=sa;password=;
works for me
Pete