HOW DO I EDIT A RECORD IN ADO
- From: "squiggy" <squiggy@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 29 Jun 2005 15:11:03 -0700
PREVIOUSLY, IN DAO I USED CODE SIMILAR TO THIS:
With rst
.Edit
![Pro Work] = "Yes"
![Work Date] = Date
![Status] = "App Not in Work Que"
.Update
End with
How do I edit the same record set using ADO? I have read a few manuals, but
found them a little confusing. My time limits my search on the internet.
I have my connection established and I am able to read data in from my
record set
but when my program decisions through the logic it doesn't edit the record
set.
.
- Follow-Ups:
- RE: HOW DO I EDIT A RECORD IN ADO
- From: squiggy
- Re: HOW DO I EDIT A RECORD IN ADO
- From: Brendan Reynolds
- Re: HOW DO I EDIT A RECORD IN ADO
- From: Val Mazur \(MVP\)
- RE: HOW DO I EDIT A RECORD IN ADO
- Prev by Date: Re: Parameter to a Stored Procedure
- Next by Date: Does Rollback rollback Temp Tables
- Previous by thread: Which Error object
- Next by thread: Re: HOW DO I EDIT A RECORD IN ADO
- Index(es):
Relevant Pages
|
|