当前位置:网站首页>自用学习笔记-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
边栏推荐
- Wildcards and special symbols for shell scripts
- oninput 一个函数达到控制多个oninput的效果(将本输入框的内容作为参数)【很实用,很实用】
- js面试题:fn.call.call.call.call(fn2) 解析
- Palindromic Primes
- QT icon application
- 元编程,代理Proxy与反射Reflect
- JS高频面试题
- Node模版引擎(ejs, art-template)
- HDU-Memory Control
- Detailed explanation and application of PN junction and diode principle
猜你喜欢
随机推荐
几款笔记软件的优缺点
五个路由守卫的使用
The use of volatile in C language
ECMAScript历史
2022ldu winter vacation training - program patch
Sdoi2009-hh Necklace
Krypton zeal
2020 Jiangsu Collegiate Programming Contest-A.Array
ASP.NET CORE 配置选项(上篇)
JS中的this指向
C语言代码规范
Assembly base code example
Set up a personal blog of jpress
手动实现call,apply,bind函数
Introduction and application of WMI Technology
Header内置对象
若依如何input改成文本
SQLite3 encrypted version
ES6面试题(参考文档)
Node模版引擎(ejs, art-template)








