关于SQL连接语句中的Integrated Security=SSPI/ture/false
摘要:文章转载来源 http://www.linuxidc.com/Linux/2015-02/114085.htm 今天做c#连接数据库的时候像平时一样使用普通的链接方式 eg:connstr = “Server=***;uid=***;pwd=***;database=***;”;还尝试一很多其他的连
阅读全文
posted @
2017-08-09 19:28
WYcolorful
阅读(405)
推荐(0)
mongodb的一些小总结
摘要:mongodb的安装,官网下载想要的版本,可视化工具mongovue(注意不支持mongodb3.0以上的版本) 下载mis安装,解压后bin,。。。 1.配置环境变量,将H:\mongodb\mongodbInstall\bin bin目录加入环境变量的path里面 2.bin目录同级目录创建da
阅读全文
posted @
2016-11-01 21:20
WYcolorful
阅读(2294)
推荐(0)
sqlite数据库的使用helper
摘要:public class SQLiteHelper { //public static String ConnectionString = "Data Source=H:/SQLite/DB/minWeiGanBu.db;Pooling=true;FailIfMissing=false"; //pu
阅读全文
posted @
2016-07-13 20:45
WYcolorful
阅读(1514)
推荐(0)