sqlight

  1. Lakhtin_V

    Android Question Saving sound in the BLOB field

    In my application, I successfully save short fragments of sound recordings from a microphone to a PCM file. For convenience, I want to save the most important fragment of the recording in the SKL database using the BLOB format field. But so far I can’t do it. Maybe someone can help me, what is...
  2. A

    iOS Question SQLight error

    Hi all. Have you ever seen this SQLight exception ExecNonQuery error: not an error This is a code where it's happens Dim MySQL As String MySQL="delete FROM tblUnscheduledShifts " MySQL= MySQL & "where id in ( " MySQL= MySQL & "Select us.ID "...
Top