Android Question modDBHelper.MyTableInsertRecord - not saved in the database record

MarcioCC

Member
Licensed User
Longtime User
good night, I have a code on the button save. This happening following the saved image in the correct database over the remaining records not saved in database.O What am I doing wrong ??

Sub Btn_salvar_Click


Btn_salvar.Visible = False
modDBHelper.MyTableInsertRecord(Edit_FILME,Edit_GENERO,Edit_SINOPSE,Edit_LOCAL,bmpPromix, modDBHelper.BMPFORMAT_JPEG)
'btnRead.Visible = True



ToastMessageShow("Imagem salva no Banco !!", False)
 
Top