B
BenRu
Need help,,
I can use .NetCF1.1 applcaiton to access SQL CE2.0.
But now. I upgarde my Windows CE device to .Net CF 2.0.
Everything is fine except SQLCE 2.0 AP.
I did some tests.
Even the CreateDatabase is not workable.
--------------------------- my testing code ----------
System.Data.SqlServerCE.SqlEngine sse = new SqlEngine();
sse.LocalConectionString = "Data Source=test.sdf";
<------------------ Exception here??
sse.CreateDatabase();
I can use .NetCF1.1 applcaiton to access SQL CE2.0.
But now. I upgarde my Windows CE device to .Net CF 2.0.
Everything is fine except SQLCE 2.0 AP.
I did some tests.
Even the CreateDatabase is not workable.
--------------------------- my testing code ----------
System.Data.SqlServerCE.SqlEngine sse = new SqlEngine();
sse.LocalConectionString = "Data Source=test.sdf";
<------------------ Exception here??
sse.CreateDatabase();