I have a database field(MSSQL Server 7) with datatype of varchar(3000). My datawindow, when exported, has the column type = chae(3000), edit.limit property = 3000.
The value I have in the database, which I double checked, has about 1000 characters. However, when I retrieve this value/field into...