Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text datatype

Status
Not open for further replies.

Joeyp

Programmer
Joined
Nov 5, 2001
Messages
4
Location
BR
I have one table with a text column. When I try to insert into this table, this error message appears:

# 617: A blob data type must be supplied within this context.


The insert statment is:
insert into teste_blob (codigo, desc) values (1,'Test')
codigo = Integer
desc = Text

Thanks.
 
assume u r using dbaccess try "load" statement.

sure it helps.

sanjay
 
I have the same problem, but the load statement gives me a "values does not match the number of columns" error.

Also, I have to insert the text values from an ASP.

Does anybody know to do this?
 
Hi Leo

I think in the unload file you have specified a pipe too many.
Dont have a pipe at the beginning of the record in the unload file, and end it with a pipe

e.g.

1|<clob data>|

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top