ASP Classic Code Snippet:
|
ASP Classic Find Record (Find, Seek) |
In ASP, using ADO, you use Find and Seek to move a cursor of a RecordSet to a matching record.
|
Given a valid ADO recordset, the following code snippet finds a specific user and prints out their age: TC.Find " UserID='mprestwood' " Response.Write TC.Fields("Age")
|
0 Comments.
Share a thought or comment...
KB Article #102114 Counter |
8555 |
Since 2/7/2010
|
|