1: 2: 3: 4:
Dim oConnection as SqlceConnection pConnectionString = "Data Source= " + GetAppPath() + "\MOBIHUB.sdf;" oConnection = New SqlCeConnection(pConnectionString) oConnection.Open()
What SQL CE version are you running? try updating it on using the latest one.