VB5 Professional: Access database runtime error 3426 
Author Message
 VB5 Professional: Access database runtime error 3426

What I'm trying to do is
    Data1.Recordset.Update
And this just causes Runtime Error 3426 saying 'an associated object
cancelled the request' or something similar. I have no idea what this means,
or how to fix it. Ideas anyone?

--
Enekron



Sun, 20 Oct 2002 03:00:00 GMT  
 VB5 Professional: Access database runtime error 3426

What I'm trying to do is
    Data1.Recordset.Update
And this just causes Runtime Error 3426 saying 'an associated object
cancelled the request' or something similar. I have no idea what this means,
or how to fix it. Ideas anyone?

See if the following helps:

PRB This Action was Cancelled by an Associated Object.(3426)
http://support.microsoft.com/support/kb/articles/Q189/8/51.ASP


Microsoft MVP (Visual Basic)



Mon, 21 Oct 2002 03:00:00 GMT  
 VB5 Professional: Access database runtime error 3426
hehe...I get this error a lot.  There could be a few problems, but the most
comon is that you're trying to save a record to access, and something didn't
click with Access.  The 3426 is Access saying "I had a problem with saving
it."

For example, if a field in Access is a Number type, and your control is
sending a string, you'd get this error.  Look at your data-bound controls,
the problem is probably lurking there.

Misspelled field names is another one that would generate this...

Hope this helps...

Robert


Quote:
> What I'm trying to do is
>     Data1.Recordset.Update
> And this just causes Runtime Error 3426 saying 'an associated object
> cancelled the request' or something similar. I have no idea what this
means,
> or how to fix it. Ideas anyone?

> --
> Enekron




Mon, 21 Oct 2002 03:00:00 GMT  
 VB5 Professional: Access database runtime error 3426
Ta muchly both of ya...

--
[XPd] Enekron



Wed, 23 Oct 2002 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Database Error No. 3426 (VB 5) / Datenbankfehler 3426 (VB 5)

2. vb5 and access: 3426 error

3. Help - VB4 with Access Database gives Error 3426

4. Jet Database: Runtime 3426

5. runtime error 3426

6. Runtime error 3426 - This action was cancelled by an associated object

7. Runtime error 3426 (recordset problem?)

8. Runtime Error 3426

9. Help : Runtime error 3426

10. Runtime Error 3426??

11. Help - Runtime Error 3426

12. VB4: runtime error 3426

 

 
Powered by phpBB® Forum Software