Voil�, this is the correct xml database configuration file (just set the
correct value on
"database.catalog" property) :

<property name="database.driver.file"           value="
${lib.dir}/mssqlserver.jar"/>
<property name="database.driver.classpath" value="${database.driver.file};
${lib.dir}/msbase.jar;${lib.dir}/msutil.jar"/>
<property name="database.driver" value
="com.microsoft.jdbc.sqlserver.SQLServerDriver"/>
<property name="database.url"    value
="jdbc:microsoft:sqlserver://hostname:1433;databaseName=myDatabase"/>
<property name="database.userid"                value="myuser"/>
<property name="database.password"              value="secret"/>
<property name="database.schema"                value="dbo"/>
<property name="database.catalog"               value="myDatabase"/>






-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
middlegen-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/middlegen-user

Reply via email to