-->
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.  [ 1 post ] 
Author Message
 Post subject: NHibernate direct communication via ADO.NET
PostPosted: Mon Jul 14, 2008 7:25 am 
Newbie

Joined: Mon Jul 14, 2008 7:08 am
Posts: 18
I use NHibernate in my application very intensively. But sometimes I NEED to get data in form of ADO.NET DataTable. Of course I could write separate data access code, but that would be bad, because NHibernate is the main data access point in my application that incapsulates me from underlying database.
I can have access to IDbConnection through NHibernate's ISession interface. Using this I can create IDbCommand and execute custom SQL statement and get it as DataTable, then it is passed to client. After some client modifications I need to commit changes to database and want to implement this by using IDataAdapter. The problem is that I can't get this - the only thing I have is IDbConnection.
Please suggest me in my problem.


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

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.