VFP 9.0 + SQL2005
- From: "Alfred" <ha@xxxxxx>
- Date: Sat, 15 Mar 2008 08:50:26 +0800
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
.
- Follow-Ups:
- Re: VFP 9.0 + SQL2005
- From: Fred Taylor
- Re: VFP 9.0 + SQL2005
- Prev by Date: Re: How to get TIME from NTP
- Next by Date: Re: VFP 9.0 + SQL2005
- Previous by thread: Re: The resource file is not valid
- Next by thread: Re: VFP 9.0 + SQL2005
- Index(es):
Loading