added module db

This commit is contained in:
maroy 2004-07-23 16:46:50 +00:00
parent 64801e12e8
commit b53bd7753c
21 changed files with 2935 additions and 0 deletions

View 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"
/>