You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by to...@apache.org on 2006/02/26 23:02:06 UTC

svn commit: r381175 - /db/ojb/branches/OJB_1_0_RELEASE/profile/sybase.profile

Author: tomdz
Date: Sun Feb 26 14:02:03 2006
New Revision: 381175

URL: http://svn.apache.org/viewcvs?rev=381175&view=rev
Log:
Entered some useful values into the Sybase profile

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/profile/sybase.profile

Modified: db/ojb/branches/OJB_1_0_RELEASE/profile/sybase.profile
URL: http://svn.apache.org/viewcvs/db/ojb/branches/OJB_1_0_RELEASE/profile/sybase.profile?rev=381175&r1=381174&r2=381175&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/profile/sybase.profile (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/profile/sybase.profile Sun Feb 26 14:02:03 2006
@@ -75,10 +75,10 @@
 # -------------------------------------------------------------------
 
 dbmsName = Sybase
-jdbcLevel = 1.0
+jdbcLevel = 3.0
 urlProtocol = jdbc
-urlSubprotocol = ???
-urlDbalias = ???
+urlSubprotocol = sybase:Tds
+urlDbalias = localhost:5000/ojb
 
 #
 # settings for torque 3.1.1
@@ -86,10 +86,11 @@
 torque.database.createUrl = ${urlProtocol}:${urlSubprotocol}:${urlDbalias}
 torque.database.buildUrl = ${urlProtocol}:${urlSubprotocol}:${urlDbalias}
 torque.database.url = ${urlProtocol}:${urlSubprotocol}:${urlDbalias}
-torque.database.driver = ???
-torque.database.user =
-torque.database.password =
-torque.database.host = 127.0.0.1
+# JConnect 6
+torque.database.driver = com.sybase.jdbc3.jdbc.SybDriver
+torque.database.user = ojb
+torque.database.password = ojb
+torque.database.host = localhost:5000
 
 
 # Tells JDBC task that javaName attribute for the tables and columns



---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org