Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RDO, ADO, ADC
Message
From
30/07/1999 18:42:34
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00246430
Message ID:
00248436
Views:
16
>If you want to do client side processing, look into RDS. It is part of ADO and it allows you marshall recordsets to and from your server or middle tier component. You can also set a property of your recordset to allow batch processing, which is similar to Table Buffering in VFP. This way you can bring down data, then add, delete, filter ect. using ADO commands via client side script, and send it back to the server to be updated all at once. I should warn you, there are some weird bugs when trying to bind your HTML controls to the RDS, DSO. I had to resort to manually binding. ADO 2.5 in now in Beta, there are supposed to be some RDS fixes.
>
>Charlie

Thanks for the info. I'll look into that.
Previous
Reply
Map
View

Click here to load this message in the networking platform