Rakesh Kumar

Rakesh Kumar

  • NA
  • 16
  • 0

How to access MS Access 2000 Database through Window Mobile C#.net 2 application

Jun 15 2009 11:31 AM
I am developing a Window Mobile application in MS Visual Studio 2005 using C#.NET. I have MS Access 2000 database on the host server(based on which an internet web site is running). Through Window Mobile application I need to retrieve data from some tables from host server MS Access database to SQLCE database tables on the Mobile device(Symbol MC70, Window Mobile 5) and insert some data to the MS Access database on the host server throgh my C#.Net mobile application.
But I am unable to find OleDB namespace to include in my Window Mobile project to access MS Access database. Please let me know if there is some way to accomplish this.