vb6
sql7

i need process field great to 255 character.

how can manipulate fields great to 255 characters of length?

i have a field type text,
i store any text in this field more than 255 chars.

because, when i try to access this field from vb i get error.

txtfield.text = recordset!fieldfromsqldatabase


any help will be apreciate

thank`s in advance?