Monday, September 20, 2010

When to Use Browser versus Server Script

Browser script is recommended for:
•Communication with the user
•Interaction with desktop applications
•Data validation and manipulation limited to the current record

Server script is recommended for:
•Query, insert, update, and delete operations
•Access to data beyond the current record

No comments :

Post a Comment