Hi to All ,
did anyone saved a picture with RDC Client ?
I am able to save texts but how can i save a picture ?
I know it should be a "blob" put how can i pass the information to sqllite database ?
The Database Column is a blob too
thanks AH
did anyone saved a picture with RDC Client ?
I am able to save texts but how can i save a picture ?
I know it should be a "blob" put how can i pass the information to sqllite database ?
The Database Column is a blob too
B4X:
Sub putjob
Dim cmd As DBCommand
cmd.Initialize
cmd.Name = "insert_animal"
cmd.Parameters = Array As Object(jobnr1.Text, ??? PICTURE ???? ) ??? here what ?
reqManager.ExecuteCommand(cmd,1)
End Sub
thanks AH