These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: compatible with SQL server 2008
PostPosted: Sun Aug 19, 2007 4:17 pm 
Regular
Regular

Joined: Tue Jun 26, 2007 11:50 am
Posts: 105
Hello,

I would like to know if it is possible to use nhibernate with sql server 2008 beta ?

Thanks.


Top
 Profile  
 
 Post subject: Why not just give it a try?
PostPosted: Mon Aug 20, 2007 11:33 am 
Expert
Expert

Joined: Fri May 13, 2005 11:13 am
Posts: 292
Location: Rochester, NY
The only way it wouldn't work would be if there were breaking changes from 2000/2005 to 2008. And of course, new 2008 features won't be supported.

But then again, any and all problems/missing features could be very easily fixed with a new dialect.

Have at! Good luck.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Aug 20, 2007 11:47 am 
Regular
Regular

Joined: Tue Jun 26, 2007 11:50 am
Posts: 105
Sorry, it is not about sql server 2008. It' just doesn't work with .sdf (compact edition) database. Do you know why ?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Mar 03, 2008 10:02 am 
Newbie

Joined: Fri Dec 14, 2007 3:20 pm
Posts: 8
Obviously this post has sat dormant for a while, but in case someone stumbles in, NHibernate does work with SSCE. I'm using it on SDF files myself.

My Compact.config.xml looks like this:
Code:
  <property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</property>
  <property name="connection.driver_class">NHibernate.Driver.SqlServerCeDriver</property>
  <property name="show_sql">false</property>
  <property name="dialect">NHibernate.Dialect.MsSqlCeDialect</property>


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.