AddNew, Update, Delete in ADO??? 
Author Message
 AddNew, Update, Delete in ADO???

I try to add ,update , delete record in my dbf table..

when i use the addnew method it saw me the following message...

Current recordser does  not support updating. this may be a limitation of
the provider, or  of the selected locktype....

pls show me the coding for  delete, update records  in ado

Vincent.



Mon, 06 Dec 2004 15:12:52 GMT  
 AddNew, Update, Delete in ADO???
show your code

Mikhail Berlyant
Data Integrator, Data Systems
Launch Your Yahoo!Music Experience  http://launch.yahoo.com
Brainbench MVP for Visual Basic   www.brainbench.com


Quote:
> I try to add ,update , delete record in my dbf table..

> when i use the addnew method it saw me the following message...

> Current recordser does  not support updating. this may be a limitation of
> the provider, or  of the selected locktype....

> pls show me the coding for  delete, update records  in ado

> Vincent.



Tue, 07 Dec 2004 03:30:26 GMT  
 AddNew, Update, Delete in ADO???
Hello Vincent,

I saw this before.  The reason/solution then was that in the references also
DAO was selected and this DAO-reference stood above the ADO-reference.
Perhaps this also the case in your situation.
Place the ADO reference above the DAO or (even better?) unselect the
DAO-reference.

vr.gr

Walter


Quote:
> I try to add ,update , delete record in my dbf table..

> when i use the addnew method it saw me the following message...

> Current recordser does  not support updating. this may be a limitation of
> the provider, or  of the selected locktype....

> pls show me the coding for  delete, update records  in ado

> Vincent.



Tue, 07 Dec 2004 19:30:20 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. ado.net - addnew, edit, update, delete

2. ADDNEW/UPDATE/DELETE VB 5.0 in a MULTI-USER ENVIRONMENT with ACCESS 97 DATABASE FILES

3. how i can use the dbgrid with database {edit ,addnew,update or delete the data}

4. AddNew and Update ADO methods

5. ADO VB6 and Access ADDNEW and UPDATE

6. AddNew/Update problem with ADO

7. ADO Master/Detail Addnew Update???

8. Can't AddNew/Update with ADO Data Control

9. Cannot get autonumber after AddNew/Update with ADO (Visual Basic,Access97)

10. AddNew and Update through ADO

11. ADO problem with Add's/delete/updates

12. ADO Dataobject and Grid help with Delete and Updating a record

 

 
Powered by phpBB® Forum Software