Re: Blob fields

2003-10-05 Thread colbey
Any mysql encryption functions would be done server side ofcourse before putting it into the database.. I'd just incorporate an de/encryption scheme into your client app, and insert as standard BLOB string to remote server. On Sat, 4 Oct 2003, sian_choon wrote: > Hi, > I have the question rel

Re: Blob fields

2003-10-04 Thread sian_choon
Hi, I have the question related to this topic, hopefully you could help me on this. Is that possible that we insert an encrypted image into blob fields where the encryption is done by using mysql existing function (AES_Encrypt) from the client side? If yes, how is the procedure ? Thanks in advance

Re: Blob fields

2003-10-01 Thread Jeremy Zawodny
On Wed, Oct 01, 2003 at 05:51:18PM +0100, Angelo Carmo wrote: > I people, > > Who knows how to insert an image file into blob fileds. Lots of us know how. And we've discussed it on the list about 600 times already. I'm sure you'll find an answer in the list archives. Jeremy -- Jeremy D. Zawo

Re: BLOB fields

2003-07-04 Thread Egor Egorov
"Sreesekhar Palaparthy" <[EMAIL PROTECTED]> wrote: >If i have a table having fields of different datatypes > which > include BLOB/TEXT type, how do i give an insert statement?? Can > i > give a query to insert only BLOB/TEXT field seperately? Please > help me out. You can insert data