摘要: public class INIClass { public string inipath; [DllImport("kernel32")] private static extern long WritePrivateProfileString(string section, string key 阅读全文
posted @ 2017-07-04 11:36 clarklxr 阅读(291) 评论(0) 推荐(0) 编辑
摘要: bool conTest() { SQLConnection mycon=new SQLConnection(constring) try { mycon.Oen(); if(mycon.state==ConnectionState.Open){ messageBox.Show("OK"); ret 阅读全文
posted @ 2017-07-04 11:31 clarklxr 阅读(121) 评论(0) 推荐(0) 编辑