<add key="ConnStr" value="Initial Catalog=realtourtm; Data Source=192.168.18.88;max pool size = 512;user id=sa;password=******;"/>
本文介绍了一种特定的数据库连接配置方法,使用了InitialCatalog参数指定数据库名称为realtourtm,DataSource参数指定了数据库服务器地址为192.168.18.88,并设置了最大连接池大小为512。此外,还使用了userid和password参数来提供登录凭据。
<add key="ConnStr" value="Initial Catalog=realtourtm; Data Source=192.168.18.88;max pool size = 512;user id=sa;password=******;"/>
3120

被折叠的 条评论
为什么被折叠?