:sign0085:
1.
in the device Samsung Galaxy Tab P1000 my data base is opened and I can see my tables in it, but the similar Emulator occured the error: "unable to open database file", but in the same time in directory DirAssets database file exists:
If File.Exists(File.DirAssets, DBFileName) = True Then
SQL1.Initialize(File.DirAssets,DBFileName,False) ---> error occurs!
End If
2.
In attempt to copy the file of database on other folders,
File.Copy(File.DirAssets, DBFileName, File.DirInternal, DBFileName)
File.Copy(File.DirAssets, DBFileName, File.DirRootExternal, DBFileName)
too gives errors:
3.
I can not see SD card in the Emulator although when I created the emulator give it SD card size 16 MiB.
It would be convenient to me to make debugging the program in the Emulator - somebody will help me?
1.
in the device Samsung Galaxy Tab P1000 my data base is opened and I can see my tables in it, but the similar Emulator occured the error: "unable to open database file", but in the same time in directory DirAssets database file exists:
If File.Exists(File.DirAssets, DBFileName) = True Then
SQL1.Initialize(File.DirAssets,DBFileName,False) ---> error occurs!
End If
2.
In attempt to copy the file of database on other folders,
File.Copy(File.DirAssets, DBFileName, File.DirInternal, DBFileName)
File.Copy(File.DirAssets, DBFileName, File.DirRootExternal, DBFileName)
too gives errors:
3.
I can not see SD card in the Emulator although when I created the emulator give it SD card size 16 MiB.
It would be convenient to me to make debugging the program in the Emulator - somebody will help me?