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.
12 lines
421 B
12 lines
421 B
<?xml version="1.0"?>
|
|
<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<settings>
|
|
<setting useStatementNamespaces="false" />
|
|
</settings>
|
|
<database>
|
|
<provider name="sqlServer2.0" />
|
|
<dataSource name="SQLServer" connectionString="server=.;database=SSWMS_BASE_ERP;uid=sa;pwd=`123qwe" />
|
|
</database>
|
|
<sqlMaps>
|
|
</sqlMaps>
|
|
</sqlMapConfig>
|