Inserting data into a vargraphic data type field
How to insert data into a vargraphic data type field. I have done the following
CREATE TABLE TEST_TABLE (FLD1 VARGRAPHIC(20))
This is done succesfully
INSERT INTO TEST_TABLE VALUES('TEST')
This gives a SQL error
Please let me know how I can acheive it.



