What is the proper way to refer to the SQL dialect used by Microsoft Access?

淺唱寂寞╮ 提交于 2019-12-12 14:53:41

问题


I'm converting some SQL that came from Microsoft Access into T-SQL, and I'm making note of these changes in my documentation. This has led me to ask, what is the proper way to refer to the SQL extension used by Access?

I've seen casual references to "Jet SQL" and "Access SQL," but I'm not confident that these are official or up-to-date.


回答1:


Microsoft seems to call it 'Microsoft Jet SQL': http://office.microsoft.com/en-001/access-help/comparison-of-microsoft-jet-sql-and-ansi-sql-HP001032250.aspx?CTT=1




回答2:


Microsoft Corporation refers to it as "Microsoft Access SQL" in an Access 2013 help article:

"Microsoft Access database engine SQL is generally ANSI-89 Level 1 compliant. However, certain ANSI SQL features are not implemented in Microsoft Access SQL. Conversely, Microsoft Access SQL includes reserved words and features not supported in ANSI SQL."

-- Comparison of Microsoft Access SQL and ANSI SQL (http://msdn.microsoft.com/en-us/library/office/ff844937(v=office.15).aspx)



来源:https://stackoverflow.com/questions/22666449/what-is-the-proper-way-to-refer-to-the-sql-dialect-used-by-microsoft-access

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!