• 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

hibernate - mssql

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

I'm currently developing an application that has some persistence needs. My company wants me to use Microsoft SQL Server, and the used JDBC driver is the Microsoft Driver (I know I'll have to burn in hell for this)..

The driver keeps giving me these warnings:



and this is some code:



the error occurs on the newSession.close() invokation


anyone know how to get rid of them?

Thanks!
[ September 24, 2004: Message edited by: Sebastiaan Kortleven ]
 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends!
I am trying to develop a sample application in Hibernate with MSsql server. But I am not able to find any examples. If you can provide or know site that has an example please provide me. It will greatly help me. Thank you!
reply
    Bookmark Topic Watch Topic
  • New Topic