|
|
A Generic GetRows VBScript Class - Part II: Adding Update and AddNew functions |
|
|
Xefteri |
|
|
ASP / Database Tools |
|
|
Click to Visit |
|
|
55 |
The main article deals with expanding the class. The author adds up two new functions in this article. The task of first function is to add a new record to the table and the next function edits a rown in the table. Further the article discusses about the database functions like INSERT, AddNew method and the Output property. The author generates two arrays - one with the fields to be updated and the nest with the values to be updated. The sample source code is given in this tutorial.
|