Re: Re: store JPG in MySQL DB

2002-05-20 Thread Sameer Maggon
Hi, That explains me a problem but i could not see strmov() function any where, while linking with -lmysqlclient also it gives unreferenced function.. I am using Mysql 3.23 Please help Sameer -- you wrote: Sameer, Monday, May 20, 2002, 11:17:48 AM, you wrote: SM> Can you please

Re: Re: store JPG in MySQL DB

2002-05-20 Thread Victoria Reznichenko
Sameer, Monday, May 20, 2002, 11:17:48 AM, you wrote: SM> Can you please put some light on it.. How i can do it, or is SM> it described in manual You can insert file into BLOB field using INSERT statement and retrieve file using SELECT. To insert file you can use LOAD_FILE() function: