I am working on eVB application and using SSCE database and PocketPC.I
created a database in the SQL Server and started developing applciation
on eVB. I can not see the .SDF file on the pocket PC.I have to Pull and
Push data thru the pocket PC.I dunno where I am goign wrong. Can you
plz help me in this case.
I have declared the following code after Option Explicit
Const sConnection = "Provider=Microsoft.SQLSERVER.OLEDB.CE.1.0;Data
source=\AITS1.SDF"
Private oCN As ADOCE.Connection
Const sMyServer = "11.123.234.12"