Smart device application - How to give the path?
-
hi every one, i am new to smart device application,i am trying to create small application using smart device,the emulator which i am using for this 'pocket PC 2002'.i have a database which i created in the emulator.path of that database is "\My Documents\Personal\Mysql.sdf".this is what i am seeing while connecting the database in emulator. when i am trying to access this database,i could not open it.the code is here.
Dim local_DatabaseFile As String Dim local_ConnString As String local_DatabaseFile = "\My Documents\Personal\Mysql.sdf" local_ConnString = "Data Source= " & local_DatabaseFile Sqcon = New SqlServerCe.SqlCeConnection(local_ConnString) Sqcon.Open()
please tell me the correct path of this database file.which is located in personal forlder Emulator. thank you -
hi every one, i am new to smart device application,i am trying to create small application using smart device,the emulator which i am using for this 'pocket PC 2002'.i have a database which i created in the emulator.path of that database is "\My Documents\Personal\Mysql.sdf".this is what i am seeing while connecting the database in emulator. when i am trying to access this database,i could not open it.the code is here.
Dim local_DatabaseFile As String Dim local_ConnString As String local_DatabaseFile = "\My Documents\Personal\Mysql.sdf" local_ConnString = "Data Source= " & local_DatabaseFile Sqcon = New SqlServerCe.SqlCeConnection(local_ConnString) Sqcon.Open()
please tell me the correct path of this database file.which is located in personal forlder Emulator. thank youYour question would be better handled in the Embedded/Mobile Forum[^]. The information your asking is specific to Mobile developement, not Visual Basic.NET. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome