Re: VFP 9.0 + SQL2005



Remap the field to a VFP memo.

--
Fred
Microsoft Visual FoxPro MVP


"Alfred" <ha@xxxxxx> wrote in message
news:%23UfvLajhIHA.1184@xxxxxxxxxxxxxxxxxxxxxxx
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