Re: SQL Select: Very Fast in VFP8, Very Slow in VFP9



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
.


Loading