Re: Problem with SQL Server and Ojb

2005-02-17 Thread Armin Waibel
Hi Kevin, which driver do you use, Sun's JdbcOdbc bridge? If yes, this could lead to problems, try a real (don't use type 1 driver) jdbc-driver instead. Sorry can't help more, never used MSSQL. regards, Armin Kevin Viet wrote: Hello I am using db-ojb-1.0.1.jar. My database is running on a server

RE: Problem with SQL Server and Ojb

2005-02-17 Thread Ryan Vanderwerf
I don't think you want to use that scheme on SQL server, it's never worked well for me, especially in multiple app server farm situations. I would use the StoredProcedureSequenceImpl or the Native one (haven't tried the native one myself though). Ryan -Original Message- From: Kevin Viet

RE: Problem with SQL Server and Ojb

2005-02-17 Thread Kevin Viet
: OJB Users List Objet : Re: Problem with SQL Server and Ojb Hi Kevin, which driver do you use, Sun's JdbcOdbc bridge? If yes, this could lead to problems, try a real (don't use type 1 driver) jdbc-driver instead. Sorry can't help more, never used MSSQL. regards, Armin Kevin Viet wrote: Hello

RE: Problem with SQL Server and Ojb

2005-02-17 Thread Kevin Viet
protocol and this is incompatible with the bridge. Anyway, thanx for your response. Kevin -Message d'origine- De : Ryan Vanderwerf [mailto:[EMAIL PROTECTED] Envoyé : jeudi 17 février 2005 21:18 À : 'OJB Users List' Objet : RE: Problem with SQL Server and Ojb I don't think you want to use