Hi

I do not have any experience with Sybase;-(
If there is a field type available to store strings of unlimited length (or
at least strings of your desired 60K) you could use the PHP functions
base64_encode() to encode your image data and then store it as string in
your table. If you retrieve it use base64_decode() to decode the string.

Hope this helps
Conni


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to