June 24, 2002 at 12:18 am
dear sir
I have to store images in a table which have one image field, I have to this operations throgh store procedures only. While executing the store procedure I can pass strings only ( parameters type of operation is not allowed). Can I pass image (binary) variable in string formats ????? And how to convert this variable in images and store it in a table. I have used writetext for this but somehow it is not working. Please help me to solve this proble.
thanx
June 24, 2002 at 7:06 am
IMHO,its better you to store the image file seperately from the db and store its path in a varchar field and work your way with some deligent coding.
Just came with this thread from the forums
i would suggest you to do a search on this site on image . you will be able to get pretty informative articles and discussion threads.
Edited by - Nazim on 06/24/2002 07:12:35 AM
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply