You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
721 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0"?>
<configuration>
<appSettings>
<!--***************** 数据库的设置 *****************
!— SocutDataCode 数据库操作引擎授权码(自动判断域名)
!— SocutDataLink 数据库链接参数(自动判断类型)
!— Access类型 /安装目录/Data/数据库名.mdb
!— SQL Server类型 uid=账号;pwd=密码;database=数据库;server=服务器
**************************************************-->
<add key="SocutDataCode" value="00000000-00000000"/>
<!--<add key="SocutDataLink" value="db1.mdb"/>-->
<add key="SocutDataLink" value="uid=sa;pwd=51Aspx;database=VOTE;server=.;"/>
<!--***********************************************-->
</appSettings>
<!--