joffre
12 years agoRegular Contributor
Doubt about working with ADO Recordset
Is this the best way to do what I'm trying to do?
I'm doing as the example explains. Populate the RecordSet, and then doing like this:
Is there a better approach?
I'm doing as the example explains. Populate the RecordSet, and then doing like this:
txtCodigo = Sys.Browser().Page("*").Panel("tabs").TextBox("TxtCodigo");
txtCodigo.SetText(rs.Fields("CODIGO").Value);
Is there a better approach?