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...
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 "...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.