hello

i write program with B4A

I COPy contains of a table to my table
but dont recognize them

If File.Exists(File.DirInternal,"story2.db") = False Then
File.Copy(File.DirAssets,"story2.db",File.DirInternal,"story2.db")
End If

sql.Initialize(File.DirInternal,"story2.db",False)
c1 = sql.ExecQuery("SELECT Sgroup , (SELECT image from tblImage WHERE tblBook.Sgroup = tblImage.Sgroup) as image from tblBook GROUP BY Sgroup")


the above code, returns 0 record, but by navycat when i open my db, there is some record in it.

thanks