"sql.wce4.armv4.CAB" and "sqlce.wce4.armv4.CAB" are different ???

  • Thread starter Thread starter sonbongcuc
  • Start date Start date
S

sonbongcuc

Hi !!!

I write an application that using SQLCE database. I build cab for this
application and install in my Pocket PC.

- If I install "sqlce.wce4.armv4.cab", my application runs abnormally:
can't insert into database.
- If I install "sql.wce4.armv4.cab", my application runs normally: can
insert into database.
And I don't know the difference between those 2 cab files ???

Thanks a lot !!!
 
sql. is the cab file for the SqlClient namespace - for accessing data on a
remote Sql Server.
sqlce. is the cab file for Sql Server Ce, for access to local sql ce
databases (.sdf)

Peter
 
Back
Top