InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Computed Columns And Computed Fields In A Datawindow Object? |
|
Answer» COMPUTED COLUMNS are created as a result of a SQL QUERY on the server side. Computed fieldsas a result of INTERNAL processing by DataWindow on the client side. Computed columns are created as a result of a SQL query on the server side. Computed fieldsas a result of internal processing by DataWindow on the client side. |
|