wtt
1 天以前 0a7180184d2382b87cd92b4fbe096c9c79647dfc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
using System;
using System.Collections.Generic;
using System.Text;
using System.Data.SqlClient;
using System.Data; 
 
namespace SQLHelper
{
     public class ClsCNK33:Pub_Class.ClsSqlHelper
    {
        //------------------------------
         public ClsCNK33()
         {
             sServer = Pub_Class.ClsIni.ReadIni("K33Erp", "Server",Pub_Class.ClsPub.AppPath+ @"/HXErp.ini");
             sDataBase = Pub_Class.ClsIni.ReadIni("K33Erp", "DataBase", Pub_Class.ClsPub.AppPath + @"/HXErp.ini");
             sUser = Pub_Class.ClsIni.ReadIni("K33Erp", "UserName", Pub_Class.ClsPub.AppPath + @"/HXErp.ini");
             sPassword = Pub_Class.ClsIni.ReadIni("K33Erp", "PassWord", Pub_Class.ClsPub.AppPath + @"/HXErp.ini");
         }
    }
}