faster data access

geekwannabe

Member
Joined
Oct 5, 2006
Messages
10
Programming Experience
10+
I'm trying to make the transition from VFP to .net. I'm accessing my current VFP tables using the provider vfpoldedb. Things work but they are excruciatingly slow to launch.

I'm displaying my data in a grid, can I retrieve just the data needed for the current page and get more as needed?

I see there is a datareader class, but I will need to edit. Can I use the reader to display and then get just the needed record without the long wait?
 
Back
Top