string connectionString = string.Format(@"Data Source={0};User ID={1};Password={2};Initial Catalog={3};Pooling=true", dataSource, userID, password, databaseName);
本文共 256 字,大约阅读时间需要 1 分钟。
string connectionString = string.Format(@"Data Source={0};User ID={1};Password={2};Initial Catalog={3};Pooling=true", dataSource, userID, password, databaseName);
转载于:https://www.cnblogs.com/lbonet/p/7350647.html