Date: 2004-07-09T04:27:10
   Editor: DerekLastname <[EMAIL PROTECTED]>
   Wiki: Cocoon Wiki
   Page: SpecificDatabaseConnectionNew
   URL: http://wiki.apache.org/cocoon/SpecificDatabaseConnectionNew

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -7,12 +7,12 @@
 Here is a table of the specificity that I and others have found, in connecting 
Cocoon to different databases:
 
 ||'''Database'''||''' jdbc drivers' site  '''||''' class to load in web.xml 
'''||''' Connection string '''||
-||[:MySQL] || [http://www.mysql.com/downloads/api-jdbc-stable.html here ] || 
com.mysql.jdbc.Driver || 
jdbc:mysql://!YourHostName:3306/!YourDatabaseName?autoReconnect=true ||
+||[:MySQL] || [http://www.mysql.com/downloads/api-jdbc-stable.html] here || 
com.mysql.jdbc.Driver || 
jdbc:mysql://!YourHostName:3306/!YourDatabaseName?autoReconnect=true ||
 ||[:PostgreSQL] || [http://jdbc.postgresql.org/download.html] here  || 
org.postgresql.Driver || jdbc:postgresql://!YourServerName:5432/DB_Name ||
-|| [:Oracle] || 
[http://otn.oracle.com/software/tech/java/sqlj_jdbc/content.html here ] || 
oracle.jdbc.driver.!OracleDriver || 
jdbc:oracle:thin:@!YourServerName:1521:Instance_Name || 
-||[:MsSQL] ||  [http://www.microsoft.com/sql/default.asp here ] || 
com.microsoft.jdbc.sqlserver.SQL!ServerDriver || 
jdbc:microsoft:sqlserver://!YourServerName:1433;!DatabaseName=!YourDatabaseName||
+|| [:Oracle] || 
[http://otn.oracle.com/software/tech/java/sqlj_jdbc/content.html] here  || 
oracle.jdbc.driver.!OracleDriver || 
jdbc:oracle:thin:@!YourServerName:1521:Instance_Name || 
+||[:MsSQL] ||  [http://www.microsoft.com/sql/default.asp] here  || 
com.microsoft.jdbc.sqlserver.SQL!ServerDriver || 
jdbc:microsoft:sqlserver://!YourServerName:1433;!DatabaseName=!YourDatabaseName 
||
 || [:As400] || [http://oss.software.ibm.com/developerworks/opensource/jt400/ 
jtopen project ] ||com.ibm.as400.access.AS400JDBCDriver|| 
jdbc:as400://!YourServerName || 
-|| BasisPlus || [http://www.opentext.com/ OpenText ] || 
com.opentext.basis.jdbc.!BasisDriver || jdbc:opentext:basis://dbUser:[EMAIL 
PROTECTED]:2033/dbName||
+|| BasisPlus || [http://www.opentext.com/ OpenText] || 
com.opentext.basis.jdbc.!BasisDriver || jdbc:opentext:basis://dbUser:[EMAIL 
PROTECTED]:2033/dbName ||
 
 == Encoding tips ==
 === mySQL ===

Reply via email to