Home All Groups Group Topic Archive Search About
Author
19 Jan 2006 9:15 AM
bokiteam
Hi All,

I am reading data from database, I can use SQL command set to get data.

now I wan to use the same function in WINCE, but I can't find
"system.data.oledb" in SmartDevice developing enviroment....

Could you please advice?

Best regards,
Boki.

Author
19 Jan 2006 12:07 PM
Herfried K. Wagner [MVP]
<bokit***@ms21.hinet.net> schrieb:
> I am reading data from database, I can use SQL command set to get data.
>
> now I wan to use the same function in WINCE, but I can't find
> "system.data.oledb" in SmartDevice developing enviroment....

You may want to use the classes available in the 'System.Data.SqlServerCe'
namespace (requires a reference to "System.Data.Sqlserverce.dll").

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
19 Jan 2006 4:47 PM
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.




Herfried K. Wagner [MVP] wrote:
Show quoteHide quote
> <bokit***@ms21.hinet.net> schrieb:
> > I am reading data from database, I can use SQL command set to get data.
> >
> > now I wan to use the same function in WINCE, but I can't find
> > "system.data.oledb" in SmartDevice developing enviroment....
>
> You may want to use the classes available in the 'System.Data.SqlServerCe'
> namespace (requires a reference to "System.Data.Sqlserverce.dll").
>
> --
>  M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
>  V B   <URL:http://classicvb.org/petition/>