Subject | Conversion error from string "BLOB" |
---|---|
Author | Sivaraman Krishnan |
Post date | 2003-03-11T06:52:07Z |
When i execute this script
INSERT INTO QUERYMASTER VALUES ('1294','M','
SELECT BILLTYPE, BILLNAME FROM BILLTYPES
WHERE(BILLTYPE = ?BILL_TYPE OR ?BILL_TYPE = ''AL'')
this error msg is coming.
Conversion error from string "BLOB"
The third field in this query is BLOB.How can i add a BLOB Field?
Sivaraman
Software Associates
Calicut,
India.
INSERT INTO QUERYMASTER VALUES ('1294','M','
SELECT BILLTYPE, BILLNAME FROM BILLTYPES
WHERE(BILLTYPE = ?BILL_TYPE OR ?BILL_TYPE = ''AL'')
this error msg is coming.
Conversion error from string "BLOB"
The third field in this query is BLOB.How can i add a BLOB Field?
Sivaraman
Software Associates
Calicut,
India.