ASKER
DETAILS varchar(261) COLLATE UNICODE
If I try to do the following query:SELECT a.DETAILS
FROM MODHISTORY a
WHERE
a.DETAILS LIKE '%Â%'
I get the error:Error: *** IBPP::SQLException ***
Context: Statement::Prepare( SELECT a.DETAILS
FROM MODHISTORY a
WHERE
a.DETAILS LIKE '%Â%'
)
Message: isc_dsql_prepare failed
SQL Message : -104
Invalid token
Engine Code : 335544849
Engine Message :
Malformed string
ASKER
ASKER
DATA blob sub_type 1 CHARACTER SET ASCII,
Databases are organized collections of data, most commonly accessed through management systems including schemas, tables, queries and processes that allow users to enter and manipulate the information or utilize it in other fashions, such as with web applications or for reporting purposes.
TRUSTED BY
Also, how's the "blob" defined at the database column level? I mean is it binary BLOB or some BLOB SUB_TYPE TEXT?