system.data.oledb

  • Thread starter Thread starter bokiteam
  • Start date Start date
B

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.
 
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").
 
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.
 
Back
Top