MySQL Forums
Forum List  »  Microsoft Access

Re: using adodb to update mysql db from ms access
Posted by: bob lambert
Date: November 08, 2004 08:08PM

Realized that this never got answered with an actual answer. I figured it out thanks to help from utter access forum.

2 problems. Need a parameters statement in the with adocmd block

.parameters("[Forms]![frmRules]![ID]") = Forms!frmRules!ID

and cannot use the .execute on the adocmd because it ignores key inputs for cursorlocation and cursorttype etc.

See this:

http://www.utteraccess.com/forums/access/access348706.html

Bob

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: using adodb to update mysql db from ms access
2992
November 08, 2004 08:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.