System.Data.OleDb

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

bokiteam

Hi All,

I want to use "System.Data.OleDb"; I add it in my .NET folder
(C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727)

but, the compiler shows a lot of other DLL error.

Deployment and/or registration failed with error: 0x8973190e. Error
writing file '%csidl_program_files%\deviceapplication9\system.xml.dll'.
Error 0x80070070: not enough disk space.


I am using Visual studio 2005, Visaul Basic, Smart Device, Pocket PC
2003, run with Pocket PC 2003 emulator.

I want to read/write a office ACCESS file.

Does my method ( by System.Data.OleDb ) is correct or not?

Thank you very much for your advice!

Best regards,
Boki.
 
Boki,

That namespace is not supported on the Compact Framework. For working with
Access you'll need a 3rd party product such as one of the Data Port products
here: www.primeworks.pt.
 
Back
Top