Thread: blob attribute
View Single Post

  #2 (permalink)  
Old 11-07-2005
Laurenz Albe
 
Posts: n/a
Default Re: blob attribute

Giak <nospam@nospam.it> wrote:
> where can I do to find information about Blob attribute with sql?
> How to estract files with blob attribute from sql database?


Are you talking about columns of data type BLOB? The word 'attribute'
confuses me.

There is plenty of information about BLOB in the manuals.

I am not sure what you mean by an 'sql database', but if you're talking
about a MySQL database, consider using the 'SELECT' command.

If you encounter any problems, describe them in detail, maybe somebody
can help you.

Yours,
Laurenz Albe
Reply With Quote