读书人

MS-SQL联接本地数据库(hibernate.conn

发布时间: 2011-12-18 22:54:38 作者: rapoo

MS-SQL连接本地数据库(hibernate.connection.connection_string)
<add key="hibernate.connection.connection_string" value="Password=sa;Persist Security Info=false;User ID=sa;Initial Catalog=TWSystem;Data Source=192.168.1.123"/>


那么我想改为连接本地的数据库 我要怎么设置呢?~`还望高手指点一二```

[解决办法]
="Password=sa;Persist Security Info=false;User ID=sa;Initial Catalog=TWSystem;Data Source=127.0.0.1"



读书人网 >C#

热点推荐