Connecting with access database with Net Compact Framework

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pawera@interia.pl

    #1

    Connecting with access database with Net Compact Framework

    Hi Everybody !

    I`ve got a problem with developing application which is to be run on
    PDA (MIO A701 with WIndows Mobile 5).
    I`m trying to create application in Visual Basic NET using NET Compact
    Framework.
    This will be very simple database application using Access Database.
    Unfortunatelly I can`t use class OleDbConnection and app is not able
    to connect with my mdb.

    Still problems on this stage
    Dim con As OleDbConnection = New OleDbConnection (conString).

    What to do?

    Does Net Compact Framework work with Access Databases?
    If yes then how to change above code but if it doesn`t the what
    database should I use so that I can still have available my data on
    PDA. This application can`t connect with internet etc. then Ms SQL is
    no good

    Thanks for respones
Working...