databaseUrl = jdbc:sybase:Tds:MySybase.server.com:5000/MyDB databaseDriver = com.sybase.jdbc2.jdbc.SybDriver databaseUser = USER databasePassword = PASSWORD
Really the only difference should be the jdbc url and the driver class. ----------------------------------------------------------------- Jeffrey D. Brekke Quad/Graphics [EMAIL PROTECTED] http://www.qg.com ----------------------------------------------------------------- > -----Original Message----- > From: KLTse [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 02, 2001 3:51 AM > To: Turbine Users List > Subject: Re: Turbine connection Linux Sybase > > > Dear Jeff, > Thanks for your reply. My initial installation of TDK 2.1 > uses mySql and > want to switch to Sybase on Linux, but not sucessful because > of Segmentation > fault. I use jvm 1.3.1_01 and jconnect 5.5. Also I want to > know the settings > of the section in build properties. When I use mySql the > settings are : > databaseUrl = jdbc:mysql://www.sitename.com/portal > databaseDriver = org.gjt.mm.mysql.Driver > databaseUser = root > databasePassword = 123 > databaseHost = www.sitename.com > It should be very helpful if you can give me the details of the above > section and the version number of jconnect. Also I am running > a Linux 6.2 > server. > Best regards, > KL Tse > > > ----- Original Message ----- > From: "Brekke, Jeff" <[EMAIL PROTECTED]> > To: "'KLTse '" <[EMAIL PROTECTED]>; "'Turbine Users List '" > <[EMAIL PROTECTED]> > Sent: Sunday, December 02, 2001 12:09 PM > Subject: RE: Turbine connection Linux Sybase > > > > > > Yes, we are using Sybase with Turbine no prob. Latest jvm > 1.3.1_01 from > sun > > on linux with jconnect ( 4 and 5 both work ). Not really > sure what you > want > > to see in build properties. Just set the database to > Sybase and put in > the > > correct jdbc urls for the driver and your set. > > > > Note: the db creation scripts in 2.1 for sybase don't work, > you'll need to > > create the db your self. > > > > -----Original Message----- > > From: KLTse > > To: Turbine Users List > > Sent: 12/1/01 9:33 AM > > Subject: Turbine connection Linux Sybase > > > > Have anyone made successful connection from Turbine to > sybase on Linux ? > > It > > will be very helpful if you can give version of jdk is to > be used and > > sittings in build.propertyies. > > Any help is very appreciated. > > Best regards, > > KL Tse > > > > > > > > _________________________________________________________ > > > > Do You Yahoo!? > > > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
