Hi Erel,
I use RAPI library to transfer database (sqlite) form device to desktop. I'm using ActiveSync 4.5. When I input data in the device, nothing (the same database? ) created in the Apppath on the desktop. What else should be done? The code for your perusal:
Sub App_Start
Form1.Show
rapi.New1
rapi.Connect
....
....
End sub
....
....
Sub rapi_connected
If rapi.DeviceFileExists ("\My documents\kamlapur.sl3")= ture Then
rapi.CopyFileFromDevice1("\My documents\kamlapur.sl3",AppPath)
End If
End Sub
I checked that the database "kamlapur.sl3" is being created in the dvice (My documents).
Sorry, if I fall short to make sense to you with my poor knowledge.
regards
I use RAPI library to transfer database (sqlite) form device to desktop. I'm using ActiveSync 4.5. When I input data in the device, nothing (the same database? ) created in the Apppath on the desktop. What else should be done? The code for your perusal:
Sub App_Start
Form1.Show
rapi.New1
rapi.Connect
....
....
End sub
....
....
Sub rapi_connected
If rapi.DeviceFileExists ("\My documents\kamlapur.sl3")= ture Then
rapi.CopyFileFromDevice1("\My documents\kamlapur.sl3",AppPath)
End If
End Sub
I checked that the database "kamlapur.sl3" is being created in the dvice (My documents).
Sorry, if I fall short to make sense to you with my poor knowledge.
regards