read a office - ACCESS file

B

bokiteam

Hi,
I can read a MS ACCESS file in WIN32 app project, but I failed on WINCE
project.

Q1. First, I want to read/write MS ACCESS file in WINCE, it works only
on WIN32 app project now... ( if I want to read MS ACCESS file, I still
have to inlcude "System.Data.Sqlserverce.dll"? )

Q2. I want to read/write SQL data, so what I have to do is include
"System.Data.Sqlserverce.dll" ? and then I will have the most
functions?

Thank you so much for your advice for newbie.

Best regards,
Boki.
 
S

Simon Hart

You need to use a Access wrapper available from http://www.inthehand.com.

Windows Mobile 2005 and onwards no longer supports Pocket Access. You need
to use an alternative.

Accessing SQL CE you need namespace: System.Data.SqlServerCe and System.Data
(contains other ADO.NET classes).

Cheers
Simon.
 

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