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.
17 lines
481 B
17 lines
481 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="oracleClient1.0"/>
|
|
<dataSource name="SqlMap" connectionString="Data Source=SSWMS;User ID=WMCS_INTERFACE;Password=WMCS_INTERFACE"/>
|
|
</database>
|
|
|
|
<sqlMaps>
|
|
<sqlMap resource="Map\MapBase.xml" />
|
|
</sqlMaps>
|
|
|
|
</sqlMapConfig>
|