Re: SQL Select: Very Fast in VFP8, Very Slow in VFP9
- From: Sergey Berezniker <somebody@xxxxxxxx>
- Date: Sun, 17 Apr 2005 15:28:41 -0400
David wrote:
I'm replying to my own message. After some research, this sounds like a codepage issue, right? (As if I know what a codepage is...) - Is there a way to set the codepage of tables so that they are identical? -
It depends on how you want to fix tables codepage. If you want to convert data to the current codepage, use COPY TO command. If you want to change codepage only, use cpzero.prg from VFP Tools\Cpzero subdirectory.
-- --sb--
MVP VFP .
- Follow-Ups:
- References:
- SQL Select: Very Fast in VFP8, Very Slow in VFP9
- From: David
- Re: SQL Select: Very Fast in VFP8, Very Slow in VFP9
- From: David
- SQL Select: Very Fast in VFP8, Very Slow in VFP9
- Prev by Date: Re: "Append From" problem
- Next by Date: Re: "Append From" problem
- Previous by thread: Re: SQL Select: Very Fast in VFP8, Very Slow in VFP9
- Next by thread: Re: SQL Select: Very Fast in VFP8, Very Slow in VFP9
- Index(es):
Loading