C# -- 使用ODBC连接数据库
public class ODBCHelper { public static string conString1 = "Dsn=sqlServerDsn;DataBase=Test;Uid=User1;Pwd=123456;"; public static string conString2 = "Dsn=oracleDsn;Uid=User1;Pwd=123456;";
赞
踩
C# -- 使用ODBC连接数据库
public class ODBCHelper { public static string conString1 = "Dsn=sqlServerDsn;DataBase=Test;Uid=User1;Pwd=123456;"; public static string conString2 = "Dsn=oracleDsn;Uid=User1;Pwd=123456;";
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。