Ask a Question related to Coldfusion Database Access, Design and Development.
-
DustyAK #1
BLOBS with PostGres
CF7 and PostgreSQL 8 on separate boxes.
I need to allow a user to upload a binary object and have CF insert it into a
table on the DB server as a BLOB. I'm leaning towards OID, but could be
convinced to use bytea datatype. So far, the most useful thing I've gotten is a
message saying I need to use the client-side lo_import function as a
non-superuser.
Any guidance is greatly appreciated!
--Dusty
DustyAK Guest
-
Querying Blobs
I am trying to search a column of blobs for a matching string. It seems as though this is impossible and blobs cannot be used in wildcard searches... -
BLOBs to CLOBS???
I was curious to see if anyone has had experienced convering a BLOB into CLOB in Oracle 8i using PL/SQL??? -
BLOBs in Oracle
I need to store and retrieve BLOBs in Oracle 10 through CFMX. Can someone provide sample code for how I can do that? (i.e., CFQUERY and related... -
OLE DB and BLOBs
I have a Windows OLE DB COM application written in Microsoft C++ that processes MSSQL tables containing BLOB columns. I need to port this code for... -
Smart BLOBs
I have a feeling I already know (and hate) the answer to this question: In an sbspace, is it ever possible to have more than one BLOB on the same...



Reply With Quote

