TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mark Tabor
589
2k
460.1k
Not Able to find the database file
Jan 4 2017 5:03 AM
Dear I have downloaded a project from some websites for Assets management system and it is using the hibernate , below is the mapping of the files
<nhibernate>
<add key="hibernate.connection.provider" value="NHibernate.Connection.DriverConnectionProvider"/>
<!-- MySQL settings
<add key="hibernate.dialect" value="NHibernate.Dialect.MySQLDialect"/>
<add key="hibernate.connection.driver_class" value="NHibernate.Driver.MySqlDataDriver"/>
<add key="hibernate.connection.connection_string" value="Server=localhost;Database=AssetMan;User ID=AssetMan;Password=amit"/>
-->
<!-- Microsoft SQL Server settings -->
<add key="hibernate.dialect" value="NHibernate.Dialect.MsSql2000Dialect" />
<add key="hibernate.connection.driver_class" value="NHibernate.Driver.SqlClientDriver" />
<add key="hibernate.connection.connection_string" value="Server=.\sqlexpress;initial catalog=AssetMan;Trusted_Connection=yes;Min Pool Size=2"/>
</nhibernate>
I am unable to get the database file name AssetMan where it is how to find it .
Reply
Answers (
3
)
Date Operation in progress Openedge
How to Import Data/Tables from Teradata to MS SQL Database?