-->
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.  [ 2 posts ] 
Author Message
 Post subject: Maintaining Db settings config file
PostPosted: Thu Dec 01, 2005 1:35 am 
Newbie

Joined: Tue Nov 29, 2005 10:36 am
Posts: 7
Can we maintain files having Database settings in other than App.config and Web.cofig files ?
Yes, I do know that we can write the code in the application. But I want to maintain these Db settings xml files (config) files outside App.config or web.config.
If its possible how to use maintain these files and how to use them in our application.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 01, 2005 9:38 am 
Contributor
Contributor

Joined: Thu May 12, 2005 9:45 am
Posts: 593
Location: nhibernate.org
You can put your configuration settings in a XML file and call cfg.Configure() (if the file is "hibernate.cfg.xml") or cfg.Configure("PathToYourXmlFile").

_________________
Pierre Henri Kuaté.
Get NHibernate in Action Now!


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.