I have a VB 6.0 program that uses a data control with FoxPro 2.5 files. The program works well internally but remote users on a 56K line are so slow they are getting network/disk errors.
I am setting the connect property to FoxPro 2.5, the database name to the path, a Jet DataSource, a RecordsetType of Dynaset and a Select statment in the RecordSource property.
Does anyone have any ideas?