02 2012 档案
Give a simple result about crystal report
摘要:since learn crystal report three weeks,i meet some problem1. first was always show one row data, because i put feilds wrong area, not details but page 阅读全文
posted @ 2012-02-27 17:18 子虚乌有 阅读(197) 评论(0) 推荐(0)
Records for semicolon & licenses in oracle excute
摘要:not set semicolon in the end, error: ORA-00911: invalid character add licenses.licx for devart, platform must x86 , if use any cpu, the oci.dll path w 阅读全文
posted @ 2012-02-09 17:02 子虚乌有 阅读(315) 评论(0) 推荐(0)
Copy a DataRow in old DataTable to a new DataTable
摘要:DataTable dataTable = CommonCode.GetCheckData(); DataTable nds = new DataTable(); for (int index = 0; index < dataTable.Rows.Count; index++) { if ((In 阅读全文
posted @ 2012-02-09 13:14 子虚乌有 阅读(307) 评论(0) 推荐(0)