导出 access(mdb)时,没有_SortKey列,再导入时顺序乱了,如何处理?
If dlg.ShowDialog = DialogResult.Ok Then '如果用户单击了确定按钮
Dim ex As New Exporter
ex.Format = "Access" '导出格式为Access
ex.SourceTableName = "套价表" '指定导出表
ex.filepath = dlg.FileName '指定目标文件
ex.Export() '开始导出
End If
If dlg.ShowDialog = DialogResult.Ok Then '如果用户单击了确定按钮
Dim ex As New Exporter
ex.Format = "Access" '导出格式为Access
ex.SourceTableName = "套价表" '指定导出表
ex.filepath = dlg.FileName '指定目标文件
ex.Export() '开始导出
End If
目前除了菜单的toaccess功能之外,系统其它导出功能都没有办法导出系统列。这个我反馈一下吧。