• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Configuring Hibernate to use SQL Server 2008

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am in the process of migrating databases from SQL Server 2005 to SQL Server 2008.
I am currently using Hibernate 3.2 connecting to SQL Server 2005 using a JDBC 3 driver for SQL Server.
Whilst attempting to connect to SQL Server 2008 though, I get the following error:



I am unsure as to whether I have the correct version of Hibernate to connect to SQL Server 2008.
Does anyone have an idea as to which version of Hibernate is needed to connect to SQL Server 2008?

Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic