Hi
I cannot select or update blob or longvarchar columns on a
ibm db2 DB. I use odbc on php 4.3.0 and win2000.
By a select the data are not complete (only first bytes)
Has anybody a solution for this problem ?
walter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http:
GR> I was wondering how do you actually insert a blob if it's an image (say a
GR> JPEG) in a MySQL DB.
You would read the file in and then update with the variable read.
BUT .. i would suggest that you don't store images, or anything that
is of 'file' origin into the db. It is easier, faster a
I was wondering how do you actually insert a blob if it's an image (say a
JPEG) in a MySQL DB.
Tried to go thru the documentation of PHP but can't find anything.
Thanks.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
cfg: w2k, Apache 1.3, php4.11, Mysql 3-23-40-max-nt
I'm using following code to insert images (gif, jpg) into table. Everything
worked fine until I switch to php4.11. Now this code is inserting only image
header or something similar.
BTW: pct_data is longblob !!!
Thank you for any help !!
Dan