VFP 9.0 + SQL2005



Dear All,
as i know...SQL DB character length can greater than vfp limit.......for
example......
empno c(10)
name char(400)

if using sqlexec("select * from table")
after the selected, the name field will change to vfp limit....that's mean
25x........if can't using substr to divide the field into 2 or more....any
other method can do this???

Thanks!!

Alfred


.


Loading