遗忘海岸

江湖程序员 -Feiph(LM战士)

导航

2011年10月25日 #

关于Persist Security Info=True,又遇sa登陆失败的错误

摘要: <add name="JL_MFGContext" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.xx.xx;Initial Catalog=xxxx;UID=sa;PWD=xxxx;Persist Security Info=True;" />当指定是Persist Security Info=True时,内存中的sqlConnection(conn)对象在Open指定链接后conn.ConnectionString中 阅读全文

posted @ 2011-10-25 18:31 遗忘海岸 阅读(2371) 评论(0) 推荐(1) 编辑

将Excel的数据库字典导到PDM中

摘要: Excel格式导入代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Xml.Linq;using System.Xml;using System.Data.OleDb;namespace ExcelUnionPDM{ public partial class f... 阅读全文

posted @ 2011-10-25 18:11 遗忘海岸 阅读(1405) 评论(0) 推荐(1) 编辑