Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP at large size
Message
From
13/12/1997 15:11:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
VFP at large size
Miscellaneous
Thread ID:
00065776
Message ID:
00065776
Views:
64
VFP Problems

I have been having serious problems with VFP being used for high volume production. I’ve outlined some of the issues below. Has anyone seen these problems at high volume? Do you have any suggestions as to workarounds or other solutions?

TIA


1 – File is in use

When running for many hours having VFP as both the front and back end table, cursors created with a SQL command are occasionally not destroyed with a use command and a subsequent SQL query will result in this error message.

I have tried putting in an IF USED(… USE IN… which helps sometimes, but is ignored at others.
I have tried having the above twice in sequence.
I have tried deliberately slowing the process with and without the above.

These have helped but not eliminated this problem.


2 – Skipped case commands

When running large jobs for many hours using VFP-VFP and VFP-SQL Server 6.5, CASE statements having an either or I.E.
CASE lcdog=”Harry” OR lcCat=”Henrietta”

gets skipped.

If I change this to
CASE lcdog=”Harry”

CASE lcCat=”Henrietta”

it’s more reliable, but for big jobs, it still gets skipped.
I have tried deliberately slowing the process with and without the above.

These have helped but not eliminated this problem.


3 – When running large jobs for many hours using VFP-VFP and VFP-SQL Server 6.5, =SEEK(… doesn’t find something that’s there.

I haven’t found a solution as yet.


4 – Remote views return ASCII 0’s that look like barcodes in place of ½ of the data

When running large jobs for many hours using VFP-VFP and VFP-SQL Server 6.5 using remote views, the data that comes back in a cursor of eight or so fields by six rows has one row of numbers and five rows of barcodes.

I have tried deliberately slowing the process.

This has eliminated this problem at a cost of processing speed
Next
Reply
Map
View

Click here to load this message in the networking platform