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