Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL & Wndows CE5.0

Status
Not open for further replies.

BFT1303

Programmer
Jan 26, 2007
29
US
I am having a few issues trying to connect to out SQL SERVER from a Windows CE5.0 device. Here is the details to the SqlException error I get:
Code:
System.Data.SqlClient.SqlException was unhandled
  Message="SqlException"
  Class=20
  LineNumber=0
  Number=17
  Procedure="ConnectionOpen (Connect())."
  Server="10.0.0.7"
  Source=".Net SqlClient Data Provider"
  State=0
  StackTrace:
    at System.Data.SqlClient.SqlConnection.OnError()
    at System.Data.SqlClient.SqlInternalConnection.OnError()
    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
    at System.Data.SqlClient.TdsParser.Connect()
    at System.Data.SqlClient.SqlInternalConnection.OpenAndLogin()
    at System.Data.SqlClient.SqlInternalConnection..ctor()
    at System.Data.SqlClient.SqlConnection.Open()
    at BARCODE2007.MainMenu.logonButton_Click()
    at System.Windows.Forms.Control.OnClick()
    at System.Windows.Forms.Button.OnClick()
    at System.Windows.Forms.ButtonBase.WnProc()
    at System.Windows.Forms.Control._InternalWnProc()
    at Microsoft.AGL.Forms.EVL.EnterMainLoop()
    at System.Windows.Forms.Application.Run()
    at BARCODE2007.Program.Main()

Any help would be greatly appreciated.

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top