Connecting Tech Pros Worldwide Forums | Help | Site Map

system.data.oledb

bokiteam@ms21.hinet.net
Guest
 
Posts: n/a
#1: Jan 19 '06
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.


Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
#2: Jan 19 '06

re: system.data.oledb


<bokiteam@ms21.hinet.net> schrieb:[color=blue]
> 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....[/color]

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/>

bokiteam@ms21.hinet.net
Guest
 
Posts: n/a
#3: Jan 19 '06

re: system.data.oledb


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:[color=blue]
> <bokiteam@ms21.hinet.net> schrieb:[color=green]
> > 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....[/color]
>
> 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/>[/color]

Closed Thread