B
Bryan
Hello,
I am using a windows mobile device with pocket PC, for some reason I cannot
get the sql connection string to use IP address instead of machine name. I
can get the IP to work with same connection string on my desktop PC to
server. I am thinking that there must be something different in the
sqlclient for the compact framework.
My connection string that works looks like this:
Data Source=MachineName\SQLEXPRESS;Initial Catalog=MYDB;User
ID=myid;password=mypass
I want to get this to work:
Data Source=192.168.0.15\SQLEXPRESS;Initial Catalog=MYDB;User
ID=myid;password=mypass
Any and all help is greatly appreciated!
Thanks,
Bryan
I am using a windows mobile device with pocket PC, for some reason I cannot
get the sql connection string to use IP address instead of machine name. I
can get the IP to work with same connection string on my desktop PC to
server. I am thinking that there must be something different in the
sqlclient for the compact framework.
My connection string that works looks like this:
Data Source=MachineName\SQLEXPRESS;Initial Catalog=MYDB;User
ID=myid;password=mypass
I want to get this to work:
Data Source=192.168.0.15\SQLEXPRESS;Initial Catalog=MYDB;User
ID=myid;password=mypass
Any and all help is greatly appreciated!
Thanks,
Bryan