
Problem with reading varchar field.
Racheli,
This sounds like an RDO problem to me. It's possible it can't handle
varchars over a certain size, or just doesn't expect them from SQL
server. Why don't you try posting to microsoft.public.vb.database.rdo?
ion
Quote:
> I declare in SQL server a field varchar (8000) and try to read it with vb,
> rdoresultset.
> on the first time I am trying to look at the field (with de{*filter*}) it as
> data, the second time there is no data (null)
> in the field.