Jun 23, 2004 #1 Marianowo IS-IT--Management Feb 16, 2004 12 AR Hi! I want to store a file in the MDB, in ASP you use BinariSave or binarywrite, but in VB, how do you do it?? Tnx
Hi! I want to store a file in the MDB, in ASP you use BinariSave or binarywrite, but in VB, how do you do it?? Tnx
Jun 23, 2004 #2 MarkSweetland MIS Aug 30, 2000 1,177 US You can use ADO AppendChunk and GetChunk methods for binary reads and writes.... Mark "You guys pair up in groups of three, then line up in a circle." - Bill Peterson, a Florida State football coach Upvote 0 Downvote
You can use ADO AppendChunk and GetChunk methods for binary reads and writes.... Mark "You guys pair up in groups of three, then line up in a circle." - Bill Peterson, a Florida State football coach
Jun 23, 2004 Moderator #3 gbaughma IS-IT--Management Staff member Nov 21, 2003 4,772 US Essentially the same way... the field has to be set up as a binary field... There's a good article at: http://www.pstruh.cz/tips/detpg_read-write-sql-image-file.htm Just my $.02 "In order to start solving a problem, one must first identify it's owner." --Me --Greg Upvote 0 Downvote
Essentially the same way... the field has to be set up as a binary field... There's a good article at: http://www.pstruh.cz/tips/detpg_read-write-sql-image-file.htm Just my $.02 "In order to start solving a problem, one must first identify it's owner." --Me --Greg