Isn't the Edit Method available to the ADO Data Control?
When I type the "." after the control recordset I see that EditMode is
available but I dont see Edit. How do I edit the recordset?
Thanks,
Darren
Thanks,
Darren
There is no Edit method. If your records was opened as
updatabale, then you can assign values to fileds without
any problems. After you have assigned value, you need to
call Update method to update changes in recordset. If you
recordset was opened as read-only, then you cannot use it.
Val
Quote:>-----Original Message-----
>Isn't the Edit Method available to the ADO Data Control?
>When I type the "." after the control recordset I see
that EditMode is
>available but I dont see Edit. How do I edit the
recordset?
>Thanks,
>Darren
>.
--
Ken Halter
MS-MVP-VB
Please keep it in the groups..
Quote:> Isn't the Edit Method available to the ADO Data Control?
> When I type the "." after the control recordset I see that EditMode is
> available but I dont see Edit. How do I edit the recordset?
> Thanks,
> Darren
> --
> Ken Halter
> MS-MVP-VB
> Please keep it in the groups..
> > Isn't the Edit Method available to the ADO Data Control?
> > When I type the "." after the control recordset I see that EditMode is
> > available but I dont see Edit. How do I edit the recordset?
> > Thanks,
> > Darren
> > Seems like the data control is good for binding to controls only.. the
> bound
> > controls will edit the record set. If you need more power, drop the data
> > control and use ADO code only. There are quite a few samples around..
--
Joe Foster <mailto:jlfoster%40znet.com> Sacrament R2-45 <http://www.xenu.net/>
WARNING: I cannot be held responsible for the above They're coming to
because my cats have apparently learned to type. take me away, ha ha!
1. .Edit method of ADO Recordset DNE!
Please Help!!!
The Edit method of the ADO Recordset is missing, although the
Update method exists. Does anyone have a quick fix to get
around this?
Thanks.
2. back-up problems with FMserver - file corrupted?
4. Trigger
7. Excessive Delay On Edit Method
8. QuickRepor vs. Report Smith...
9. .Edit method
10. DAO EDIT Method
11. DAO 3.5, SQL recordset won't allow edit method
13. Edit method for data-bound controls