Last modified by Thomas Mortagne on 2023/10/10

<
From version < 2.2 >
edited by Vincent Massol
on 2007/12/10
To version < 3.2 >
edited by Vincent Massol
on 2008/04/03
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,7 +12,10 @@
12 12  
13 13  1.1 Install the JDBC driver
14 14  
15 -* Download the [jtds jdbc driver>http://jtds.sourceforge.net/] and install the jar file into your servers lib directory (for JBoss this could be ~~server\\\default\\\lib\\\~~, for Tomcat this might be ~~common\\\lib\\\~~)
15 +* Download the [jtds jdbc driver>http://jtds.sourceforge.net/] and install the jar file into your servers lib directory (for JBoss this could be ~~server\\\default\\\lib\\\~~, for Tomcat this might be ~~common\\\lib\\\~~)\\
16 +
17 +#info("The connection was successfully tested with version 1.2.1 of the driver and version 1.3.1 of XWiki. Some problems occurred when using drivers > 1.2.1 so it might be better to use the old one. ")
18 +
16 16  * Alternatively, you can use the [JDBC driver provided by Microsoft>http://www.microsoft.com/downloads/details.aspx?familyid=07287B11-0502-461A-B138-2AA54BFDC03A&displaylang=en], however this has not been tested.
17 17  
18 18  1.1 When compiling from source
... ... @@ -42,4 +42,4 @@
42 42  
43 43  If you try to do a search, via [Main.WebSearch], you will get an error. This is because the UPPER() function doesn not work on TEXT or NTEXT as used by MSSQL 2000 for blobs. The only solution I have found is to remove all the calls to upper() in [Main.WebSearch]. This is however not very practical, because it makes search case&#45;sensitive.
44 44  
45 -Alternatively, you may want to use the [Lucene search>code:Applications.SearchApplications] instead of the default search.
48 +Alternatively, you may want to use the [Lucene search>code:Applications.SearchApplication] instead of the default search.

Get Connected