Board index » delphi » VarChar fields > 255 chars
Peter Tickler
![]() Delphi Developer |
Fri, 30 May 2003 20:07:07 GMT
VarChar fields > 255 chars
I have been trying to make use of the MS SQL Server 7.0 enhancement which
allows you to have Varchar fields of up to 8000 characters. However, when I try to update the field, it corrupts the data into what appear to be various formatting characters (e.g.: |?d # ). I am not using cached updates, but hardcoding the SQL statement in my code, thus: with quUpdateData do begin Is this something to do with the BDE? Peter Tickler |