Is it possible to connect an Access form to a SQL Server view

前端 未结 4 1217
感情败类
感情败类 2021-01-26 11:15

I\'m migrating an Access DB to SQL Server and everything is slowly coming along but Im not sure how to connect the Access forms to the SQL Server views.

So far I have al

4条回答
  •  长发绾君心
    2021-01-26 12:05

    SQL Server has an excellent (and free) MS-Access to MS-SQL migration tool. It does a very good job of converting MS-Access queries. I haven't tried converting queries with form parameters, but it is certainly worth a look and you may learn some things as well, especially if you plan to convert other queries. http://www.microsoft.com/sqlserver/en/us/product-info/migration-tool.aspx#oracle.

提交回复
热议问题