C# programming for MS-Access CDB file of PocketPC

  • Thread starter Thread starter hijack
  • Start date Start date
H

hijack

Thanks for reading this message.
I'd like to know the programming for accessing CDB File( MS-Access) in
PocketPC.
Can I use OLE DB provider of ADO.net ?
 
Hi Hijack,

Thank you for your posting. Regarding on the issue, we're
finding proper resource to assist you and we will update as soon as posible.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security(This posting is provided "AS IS",
with no warranties, and confers no rights.)
 
Hi Hijack,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know how to access .CDB
file (Pocket Access) on Pocket PC in .NET Compact Framework. If there is
any misunderstanding, please feel free to let me know.

Based on my research, there isn't a provider for Pocket Access available in
.NET Compact Framework. Because it is recommended to work on SQL CE when
you're developing on a Pocket PC. However, there are some third-party
providers that can achieve this. Here is one of them with source code. HTH.

http://www.devbuzz.com/content/zinc_dotnet_pocket_access_pg1.asp

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top