Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataRepeater unable to Update

Status
Not open for further replies.

tseh

Programmer
Jan 13, 2000
64
CA
I created an activeX user control so that users can browse several records per page with the dataRepeater control. <br><br>Is it possible to update the data within the datarepeater?<br><br>So far, I am using a save button with the following code:<br><br>adodc.recordset.update<br>adodc.refresh<br>(But doesn't not update recordset)<br><br>Is there another way to do this so that the data that is changed in the datarepeater is updated?<br><br>I'm stumped!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top