Results 1 to 5 of 5

Thread: emulator can't work

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    56

    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!

  2. #2

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    56

    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)

  3. #3
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    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

  4. #4

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    56

    Re: emulator can't work

    also cant work...
    my sqlserver was configurated port 21...

    I use the sqlserver 2002...

  5. #5

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    56

    Re: emulator can't work

    Quote 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
  •  



Click Here to Expand Forum to Full Width