The Bookstore | Web Design | Tell a Friend | Make a Payment
Your browser does not support JavaScript. Update it for a better user experience. Powered by ExoClick.com Pay Per Click Program.
Back
Running the stored procedure: " _ & "GetNameInfoById.
Passing it one parameter:" & vbCrLf _ & "Id = 1" & vbCrLf _ & "
It returned a recordset which I used " _ & "to print out this name: " ' Spit out our data which I pull out of the recordset. Response.Write Trim(rstStoredQuery.Fields("first_name")) Response.Write " " Response.Write Trim(rstStoredQuery.Fields("last_name")) ' Message so people know what the sample's doing: Response.Write ".