Update method doesn′t work 
Author Message
 Update method doesn′t work

Sorry but Im new in client/server applications and ADO.
My problem is:
 I open a recordset:
rcsAutores.Open "Authors", cn, adOpenKeyset, adLockOptimistic, adCmdTable
I try to add a new record with the addnew method:
    rcsautores.addnew
    rcsautores!x=dato
    .
    .
    rcsautores.update
But when I invoque the update method VB send the error: -2147217887
Can anybody help me???
Thanks in advance
David


Mon, 09 Dec 2002 03:00:00 GMT  
 Update method doesn′t work
Hi David,

There are 15 articles in Microsoft's knowledge base referencing the error
number mentioned.  Go to the following link and enter the error number as
your search criteria and review each article to see if it applies.
http://search.support.microsoft.com/kb

--
Hope this helps,
Tim Gray
CompuWare Inc
Microsoft Certified Solutions Developer


Quote:
> Sorry but Im new in client/server applications and ADO.
> My problem is:
>  I open a recordset:
> But when I invoque the update method VB send the error: -2147217887
> Can anybody help me???



Mon, 09 Dec 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Select method doesn't work properly

2. function doesn't work as a method...

3. close method on RegistryKey.OpenRemoteBaseKey doesn't seem to work

4. Button.Focus() method doesn't work (sometimes)

5. Help: AppendChunk method doesn't work

6. document.all method doesn't work

7. POST method doesn't work

8. BUG: VB5 Hyperlink object - NAVIGATE method doesn't work with IE4.x

9. Refresh method doesn't work for the datacontrol

10. AddNew method doesn't work right!!

11. Update VBA-statement doesn't work

12. update doesn't work ....

 

 
Powered by phpBB® Forum Software