inserting binary data(images,music etc.) into MS Access using jsp
hey i really need help getting ms access to accept binary data sent to it using "setBinaryStream()", when i use this it does not insert anything, please can anyone help me with a code sample to insert binary data(images etc) into my MS Access db?Message was edited by:
[297 byte] By [
mikeohha] at [2007-11-26 18:48:46]

# 1
>when i use this it does not insert anythingIf you failed to insert a row, you can try con.close() to let your driver to commit those inserted rows. BTW, MS Access has a 2GB limitation so don't to try to insert too long binary data.