delphi6 && Informix 9.X

Informix 9.x in column type (lvarchar, text .. )
create table test (
   user_profile lvarchar
)
query1.sql.add( 'select * from test ' );

query1.open;

"locator convsersion error"