
Text/Memo Fields in SQL 6.5
I'm trying to display text fields in SQL 6.5 in VB5.
I just cant do it. The problem is I keep getting this error message
when I try and move to another record in my selection; "Operation is not
supported for this type of object".
What am I doing wrong? I've set up the datasource and datafields
correctly but it just will not display the contents of the field while
it is set as a text field.
If I change the field from a text field to a char of 255 charaters it
works fine, but as a text field it breaks.
I have the "allow nulls" flag set for this field in Visual InterDev so I
dont know if that has any bearing on the problem.
Any help is much appreciated
Chris