| At line 3 changed 3 lines. |
| !1] download JDTS jar |
| [jdts jar|http://jtds.sourceforge.net] |
| and copy them to directory "__appfuse/lib/jdts-1.2__" |
| !1] download JTDS jar |
| [jtds jar|http://jtds.sourceforge.net] |
| and copy them to directory "__appfuse/lib/jtds-1.2__" |
| At line 23 changed 2 lines. |
| <property name="database.jar" location="${mssql.jar}"/> |
| <property name="database.type" value="sqlserver"/> |
| <property name="database.jar" location="${jtds.jar}"/> |
| <property name="database.type" value="jtds:sqlserver"/> |
| At line 31 removed 1 line. |
| <!--pro MSSQL nelze vytvorit databazi --> |
| At line 41 changed 1 line. |
| value="jdbc:${database.type}://${database.host}:1433/appfuse"/> |
| value="jdbc:${database.type}://${database.host}/${database.name}"/> |
| At line 46 changed 1 line. |
| !4] Solving common problems |
| !4] Edit "build.xml" line 669 |
| <div style="margin-left: 40px"> |
| {{{ |
| <equals arg1="${database.type}" arg2="jtds:sqlserver"/>}}} |
| </div> |
|
| !5] Solving common problems |
| At line 65 added 7 lines. |
|
| !!__2006.08.08__ - Microsoft JDBC Driver also available |
|
| This wiki page describes the opensource JTDS driver. In addition to that driver, Microsoft also has its own |
| JDBC Driver for SQL Server. |
| [http://www.microsoft.com/downloads/details.aspx?familyid=e22bc83b-32ff-4474-a44a-22b6ae2c4e17&displaylang=en|http://www.microsoft.com/downloads/details.aspx?familyid=e22bc83b-32ff-4474-a44a-22b6ae2c4e17&displaylang=en] |
|