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

Error on export: Multi-valued field cannot be used in ORDER BY clause #61

Open
Falthazar opened this issue Nov 9, 2017 · 3 comments
Open

Comments

@Falthazar
Copy link

It looks like it isn't exporting the multi-valued field data correctly.

I'm getting the error in VCS_ExportTableData on this line:
Set rs = CurrentDb.OpenRecordset(TableExportSql(tbl_name))

Stepping through, it looks like it is building the SQL query, but you can't order by a multi-value field.

The issue is specifically a value list - as in each option is just typed in row source.

Anyone know how to fix this?

@hangie
Copy link

hangie commented Jan 12, 2018

I also had this issue and have implemented a change to support this. Essentially using the XML import/export approach. Changes are on https://github.com/hangie/msaccess-vcs-integration/tree/feature/import_data_update

Have a look and if you like it, then I can go through the pull requests to get it integrated.

@timabell
Copy link
Member

I'll assume the merged change fixed this, let us know if it didn't!

@hangie
Copy link

hangie commented Apr 19, 2018

No, this one isn't closed until I send it back. The merge was on my repository - sorry.

I'll add a pull request for this one shortly.

@timabell timabell reopened this Apr 20, 2018
effjot added a commit to effjot/msaccess-vcs-integration that referenced this issue Sep 17, 2020
Should fix “all fields have short text data type” in issue msaccess-vcs-integration#61.
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

3 participants