AppFuseWithSQLServer |
|
Your trail: |
Difference between
version 16
and
version 15:
At line 1 changed 1 line. |
!!__2005.07.27__ - AppFuse 1.8 with Microsoft SQLServer 2000 |
!!__2006.08.08__ - AppFuse 1.9 with Microsoft SQLServer 2000 |
At line 12 changed 1 line. |
# http://jasigch.princeton.edu:9000/display/UPC/MSSQL+with+the+JTDS+JDBC+Driver |
# http://jtds.sourceforge.net |
At line 14 changed 1 line. |
mssql.version=1.1 |
mssql.version=1.2 |
At line 25 changed 1 line. |
<property name="database.type" value="jtds:sqlserver"/> |
<property name="database.type" value="sqlserver"/> |
At line 47 changed 22 lines. |
!4] in build.xml change |
<div style="margin-left: 40px"> |
{{{ |
<property name="operation" value="CLEAN_INSERT"/> |
}}} |
</div> |
to |
<div style="margin-left: 40px"> |
{{{ |
<property name="operation" value="MSSQL_CLEAN_INSERT"/> |
}}} |
</div> |
!5] in database.properties change hibernate dialect |
<div style="margin-left: 40px"> |
{{{ |
hibernate.dialect=org.hibernate.dialect.SybaseDialect |
}}} |
</div> |
|
|
|
!6] Solving common problems |
!4] Solving common problems |
Back to AppFuseWithSQLServer,
or to the Page History.
|