kurarisu_kitsune
New Member
Hi. I am a newbie and I would really appreciate your help. I've read in other threads (such as in this thread) that I should just copy and paste my database file from the assets folder to the dirInternal folder. But how can i do that? I cannot see the folder just as what the b4a pdf guide said. So what I should do?
THANK YOU SO MUCH!
My codes btw:
If File.Exists(File.DirInternal,"users_information.db") = False Then
File.Copy(File.DirAssets,"users_information.db",File.DirInternal,"users_information.db")
End If
If sql.IsInitialized = False Then
sql.Initialize(File.DirInternal, "users_information.db", False)
End If
THANK YOU SO MUCH!
My codes btw:
If File.Exists(File.DirInternal,"users_information.db") = False Then
File.Copy(File.DirAssets,"users_information.db",File.DirInternal,"users_information.db")
End If
If sql.IsInitialized = False Then
sql.Initialize(File.DirInternal, "users_information.db", False)
End If