|
-
Apr 14th, 2006, 08:07 AM
#1
Thread Starter
Member
emulator can't work
I write the program, it need to take the data in sqlserver using the SqlClient.
but the emulator do not work with sqlclient, and the emulator can connect the internet and surfing the website!
-
Apr 14th, 2006, 09:52 AM
#2
Thread Starter
Member
Re: emulator can't work
It normal running in the pocket pc.
but can't in the emulator(2003,2003SE), the error message is " Additional information: PlatformNotSupportedException ", and highlight objconn.open()...It is difficult to try it, please help!!
objconn = New SqlConnection
objconn.ConnectionString = "user id=project;password=123;database=db;server=XXXX.no-ip.com,21"
objconn.Open()
objsc = New SqlCommand(_sql, objconn)
objda = New SqlDataAdapter(objsc)
objda.Fill(dt)
-
Apr 14th, 2006, 11:45 AM
#3
Frenzied Member
Re: emulator can't work
Hi,
this connection string works for me
Persist Security Info=False;Integrated Security=False;Server=delldesktop;initial catalog=Waiter;user id=sa;password=;
Are you sure your sqlserver is running on port 21 - that is the FTP port normally
Pete
-
Apr 15th, 2006, 07:12 AM
#4
Thread Starter
Member
Re: emulator can't work
also cant work...
my sqlserver was configurated port 21...
I use the sqlserver 2002...
-
May 2nd, 2006, 09:30 AM
#5
Thread Starter
Member
Re: emulator can't work
 Originally Posted by petevick
Hi,
this connection string works for me
Persist Security Info=False;Integrated Security=False;Server=delldesktop;initial catalog=Waiter;user id=sa;password=;
Are you sure your sqlserver is running on port 21 - that is the FTP port normally
Pete
can u give me which version do u use?
visual studio 2003?
which version ppc emulator ?
sqlserver ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|