Hey!
I'm creating an email browser program and am trying to store my attachments into a BLOB field in an interbase database. I'm not having trouble storing a single attachment into the field, but multiple attachments have become quite tricky. I was thinking of creating 5 BLOB fields and making the attachment limit 5, but this seems too clumsy. I've heard that you can store more than a single file into a BLOB field via streaming, the trick is getting the starting and ending point of the file.
Any ideas?
I'm creating an email browser program and am trying to store my attachments into a BLOB field in an interbase database. I'm not having trouble storing a single attachment into the field, but multiple attachments have become quite tricky. I was thinking of creating 5 BLOB fields and making the attachment limit 5, but this seems too clumsy. I've heard that you can store more than a single file into a BLOB field via streaming, the trick is getting the starting and ending point of the file.
Any ideas?