Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP General
Update query doesn't update table
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Bob Barrows [MVP], post: 4367172"] If I understand you correctly, the key to determining the parameter order is to test the query in Access. You should supply the parameter values in the same order that Access prompts you for them when you test the saved query. It has nothing to do with how you name your parameters (p1, p2, etc.) It's all about the order in which they appear in your sql statement. The best way to determine the proper order is to test the query in Access and keep track of the order in which you are prompted for the values. HTH, Bob Barrows [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP General
Update query doesn't update table
Top