Hi all,
I'm having troubles with binaries uploading:
I'm using a prepared statement, very simple "INSERT INTO binTest VALUES (myFileName, ?)"
and then invoke the preparedStatement's setBytes then executeUpdate()...
But looks like InstantDB makes a simple substitution of the argument into the query and
ends up no understanding "}" (a character that could only be within the file)...
Any hint would be appreciated. Should I always encode that in some things like number-sequence
or a file ?? This would be too bad...
Paul
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|