当前位置:网站首页>自用学习笔记-connectingString配置
自用学习笔记-connectingString配置
2022-04-23 05:55:00 【番茄大侠本尊】
<add name="DSN" connectionString="server=(local);database=SystemCourse;integrated security=true"/>
<add name="DSN1" connectionString="server=(local);database=SystemCourse;user id=sa;password=11"/>
</connectionStrings>
//name -------------------------- 字符串名称
//server --------------------------- 服务器名
//database ------------------------- 数据库名
//integrated security -------------- 设置为true时,连接语句前面的 UserID, PW 是不起作用的,即采用windows身份验证模式。
//user id ---------------------------- 用户名
//password -------------------------- 密码
版权声明
本文为[番茄大侠本尊]所创,转载请带上原文链接,感谢
https://blog.csdn.net/Tomato2313/article/details/53763744
边栏推荐
猜你喜欢
随机推荐
使用jsonwebtoken生成访问密钥
js获取链接?后边的参数名称或者值,根据url ?后的参数做判断
元素计算距离与event事件对象
Error in created hook: “ReferenceError: “Promise”未定义“
JS高频面试题
死区时间的分析与设置
赛氪-二进制
FOC SVPWM function pwmc_ Setphasevoltage parsing
小米摄像头异常解决
Assembler 32-bit unsigned addition calculator
查漏补缺(五)
POJ-The Unique MST
五个路由守卫的使用
HDU-Memory Control
ES6新增方法
关于软件的空间占用,安装目录
useCenterHook
Vs can be compiled, but there will be a red underline to indicate the problem of undefined identifiers
2020 Jiangsu Collegiate Programming Contest-A.Array
【ORACLE与mysql的区别】