随笔分类 -  SQL Server

version2005
摘要:using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Data.SqlClient; namespace SmartLockerWS.Class{ 阅读全文
posted @ 2020-04-11 14:53 卢惠 阅读(357) 评论(0) 推荐(0)
摘要:configuration: <appSettings> <add key="SQLConn" value="data source=[server].com;initial catalog=[db];user id=[id];password=[pssd]"/> </appSettings> Sq 阅读全文
posted @ 2020-04-11 12:19 卢惠 阅读(74) 评论(0) 推荐(0)