简体   繁体   English

作为SQL Server问题的前端访问

[英]Access as front-end for SQL Server Issues

I have recently converted my Access (2010) database to SQL server (2008) and am attempting to use Access as the front-end. 我最近将Access(2010)数据库转换为SQL Server(2008),并尝试使用Access作为前端。 The issues I am having are with sorting and filtering columns within Access. 我遇到的问题与Access中的排序和筛选列有关。 Sorting essentially doesn't work for most columns - does not end up with alphabetically/numerically ordered rows. 本质上,排序不能为大多数列工作 - 不按字母/数字排序的行结束。 Also filtering columns will not work consistently either. 同样,过滤列也无法始终如一地工作。 It will sometimes perform the first filter correctly, but when I change the criteria it will not work and typically shows 0 rows. 有时它将正确执行第一个过滤器,但是当我更改条件时它将不起作用,通常显示0行。

I have looked around, but can't seem to find anyone else running into this issue. 我环顾四周,但似乎找不到其他人遇到此问题。 Are these known bugs with this configuration? 这些已知错误是否与该配置有关?

Also, are there any other alternatives similar to Access as a front-end for SQL server? 另外,还有其他类似于Access作为SQL Server前端的替代方法吗? My users require similar functionality that Access provides - filter, sorting, editing data, and they do not want to write any SQL to do this. 我的用户需要Access提供的类似功能-过滤,排序,编辑数据,并且他们不想编写任何SQL来执行此操作。 I would like to not have to create a custom front-end, but I am starting to think this may be my only option. 我不想创建自定义前端,但是我开始认为这可能是我唯一的选择。

Thanks! 谢谢!

Warning: I have not used Access much as a front-end to SQL Server. 警告:我没有将Access用作SQL Server的前端。

Came across this article on using a new feature of Access, "Access Data Project", that might be something to look at. 碰上了这个文章使用Access的新功能,“Access数据项目”,这可能是一些关注一下。 It seems to offer a little bit more functionality than the traditional method of linked tables in Access. 它似乎比Access中链接表的传统方法提供了更多功能。 Allows for a little bit more use of SQL Server T-SQL features than having to depend on Access's native language. 与依赖于Access的本机语言相比,允许更多地使用SQL Server T-SQL功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM