Re: VFP 9.0 + SQL2005
- From: "Fred Taylor" <ftaylor@xxxxxxxx!REMOVE>
- Date: Fri, 14 Mar 2008 18:05:17 -0700
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
.
- References:
- VFP 9.0 + SQL2005
- From: Alfred
- VFP 9.0 + SQL2005
- Prev by Date: VFP 9.0 + SQL2005
- Next by Date: Re: How to get TIME from NTP
- Previous by thread: VFP 9.0 + SQL2005
- Index(es):
Loading