I am using the DBD::Sprite, and I'm tryng to use a sql command like this: Select * from table_name
table_name has a blob field in it. I am getting a failure. Does any one know if you need to select the blob filed specifically (ie, I can't use '*' but must use something like Select blob_field from table_name. Thanks, Jose