Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Queries do not export #8

Open
ATW136 opened this issue May 29, 2013 · 2 comments
Open

Update Queries do not export #8

ATW136 opened this issue May 29, 2013 · 2 comments

Comments

@ATW136
Copy link

ATW136 commented May 29, 2013

An example SQL from SQL view is:

UPDATE Members SET Members.[School ID] = 11;

Al

@bkidwell
Copy link
Owner

Will try to confirm and poke at this problem in the next few weeks. Just from looking at the problem statement and looking at the code involved in AppCodeImportExport.bas, it seems this could be a limitation of Access. Any suggestions or other comments?

@ATW136
Copy link
Author

ATW136 commented May 30, 2013

When looking at the AppCodeImportExport.bas code, it looks like the enumerated constant acQuery is used to determine whether or not a query is being processed. Could Access be using a different enumerated constant for UPDATE queries?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants