Connecting to SQL 2008 DB from Scanner w/ WinCE 5.0

Discussion in 'Databases' started by Paul73, Sep 1, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,

    I'm having all sorts of problems connecting to a SQL 2008 DB from a scanner running WinCE 5.0 I created the app in VS 2005 and it will connect/update from the desktop but get a SQLException (with no details) when I load the CAB files onto the scanner. I've also tried connecting to a SQL 2005 DB with no luck.

    Is there a special connection string I need to use or software I need to install?

    I'm coping the connection string from the DASP CP and it works fine with other apps:

    Data Source=tcp:sql2k803.discountasp.net;Initial Catalog=SQL2008_xxxxxx_status;User ID=SQL2008_xxxxxx_status_user;Password=xxxxxx;"

    If anyone has any suggestions I could really use them.

    Thank you.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page