hi all,
i try to connect from a pocket pc to the SQL Server 2000 database
but there is something missing
can any one give me a standered ConnectionString
thanks alot
:wave:
Printable View
hi all,
i try to connect from a pocket pc to the SQL Server 2000 database
but there is something missing
can any one give me a standered ConnectionString
thanks alot
:wave:
I had a lot of troulbe a while back. In the end, it was the fact the the .net dll that was needed is not normaly installed with the standard conpact framework install.
See this thread (my last post).
http://www.vbforums.com/showthread.php?t=452368
The article I pointed you at a couple of days ago should have everything you need in it, including a connection string
Pete
petevick thx alot thats true your link is too great, but iam coding with c# not vb.net and thats my prob now cause
there is now localEndPoint As New IPEndPoint(Dns.Resolve(Dns.GetHostName()).AddressList
the AddressList are not Exist :confused:
so is there is a method in the c# gives me the same answer
thanks alot for help
dear petevick
can i connect to my local server?
if i can what is the right connection string ?
thanks alot
Hi,
use one of the translation sites such as http://www.carlosag.net/Tools/CodeTr...r/Default.aspx
How do you mean 'can i connect to my local server' - you can connect to any server, just specify the name in the connection string.
If you are having problems connecting, check your firewall.
Pete
it is have been solved
all i have done is getting the sp3 for sql server 2000
hate u microsoft they have to tell us
i lost about 4 days for this
Yeah, sometimes that documentation is not all that it could be.