added module db
This commit is contained in:
parent
64801e12e8
commit
b53bd7753c
21 changed files with 2935 additions and 0 deletions
12
livesupport/modules/db/etc/simpleConnectionManager.xml
Normal file
12
livesupport/modules/db/etc/simpleConnectionManager.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE simpleConnectionManager [
|
||||
|
||||
<!ELEMENT simpleConnectionManager EMPTY >
|
||||
<!ATTLIST simpleConnectionManager dsn CDATA #REQUIRED >
|
||||
<!ATTLIST simpleConnectionManager userName CDATA #REQUIRED >
|
||||
<!ATTLIST simpleConnectionManager password CDATA #REQUIRED >
|
||||
]>
|
||||
<simpleConnectionManager dsn = "LiveSupport-test"
|
||||
userName = "test"
|
||||
password = "test"
|
||||
/>
|
Loading…
Add table
Add a link
Reference in a new issue