Dynamics AX Knowledge

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年10月7日

摘要: You can copy it to a job: LoginProperty loginProperty = new LoginProperty(); ODBCConnection con; Statement stmt; strsqlString, result; ResultSetresultSet; ; loginProperty.setServer('servername'); loginProperty.setDatabase('DB name'); loginProperty.setUsername('username'); log 阅读全文
posted @ 2008-10-07 16:14 Jacky Xu 阅读(282) 评论(0) 推荐(0) 编辑

摘要: When u defined a int variable, it max value is 2147483647=(2^32)-1 and min value is -2147483648=-(2^32) 阅读全文
posted @ 2008-10-07 15:28 Jacky Xu 阅读(146) 评论(0) 推荐(0) 编辑

摘要: From http://fredshen.spaces.live.com/blog/In X++, we can use Like '*someIdentifier' to implement the Like keyword.e.g. select firstonly purchTable where purchTable.purchId like '00007*';However if you want to use 'Not Like' in X++ SQL statement, you have three options: The fi 阅读全文
posted @ 2008-10-07 13:37 Jacky Xu 阅读(335) 评论(0) 推荐(0) 编辑