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

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 !!!
 
P

Peter Foot [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top