Hi all.
I'm currently on my first adventure in ADO programming, using VB6 against an Access 2000 database. It's coming along pretty well, but I've hit a snag. Using DAO, I sometimes hit a situation where I issued an AddNew command, then changed my mind. If I remember correctly (it has been a while) I was able to abort the AddNew by reissuing the same command again. (Same applied to Edit, I believe.)
Is there a way to do that using ADO? I've been reading up on the AddNew command, but I'm finding it a little confusing. I think I still have quite a bit of studying to do before I really understand ADO.
I'm currently on my first adventure in ADO programming, using VB6 against an Access 2000 database. It's coming along pretty well, but I've hit a snag. Using DAO, I sometimes hit a situation where I issued an AddNew command, then changed my mind. If I remember correctly (it has been a while) I was able to abort the AddNew by reissuing the same command again. (Same applied to Edit, I believe.)
Is there a way to do that using ADO? I've been reading up on the AddNew command, but I'm finding it a little confusing. I think I still have quite a bit of studying to do before I really understand ADO.
Comment