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.
Simon Hart - 20 Jan 2006 17:34 GMT
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.
> Hi,
> I can read a MS ACCESS file in WIN32 app project, but I failed on WINCE
[quoted text clipped - 12 lines]
> Best regards,
> Boki.