在Dynamics AX 2012 X++中使用 ADO.Net 访问外部数据库
William 12年前 (2013-10-21) 4701浏览 0评论
在 AX 2009 之前的版本可以通过系统集成的两ADO相关类CCADOConnection、CCADORecordSet访问外部数据库。AX 2012删除了这两个类,但我们依然可以使用ADO.NET 访问外部数据库,样例代码如下,相信大家一看便知。...
William 12年前 (2013-10-21) 4701浏览 0评论
在 AX 2009 之前的版本可以通过系统集成的两ADO相关类CCADOConnection、CCADORecordSet访问外部数据库。AX 2012删除了这两个类,但我们依然可以使用ADO.NET 访问外部数据库,样例代码如下,相信大家一看便知。...
William 14年前 (2012-02-03) 3934浏览 0评论
A very useful new feature in Dynamics AX 2012 are Computed Comumns in views. Computed Columns is one of the small and unders...