Hi,
I want to know how to get image data type value. I crated a table with One Image data type column
create
table Test(MetaInfo image)
Next i inserted One value
insert
into Test values('True')
How to read the value in the Test table of MetaInfo Column.
Note:- Don't ask me why you need to store this short information in Image data type. I'm in need of this situation.
Otherwise tell me is it possible to store information like Result='True' in the image data type and using query can we retrieve the Result Corresponding Result
Regards,
Vinoth