Hi.
Perhaps someone could help me on this problem:
What is the best way to support both oracle 9 and 10 versions? We are using the Oracle.DataAccess.dll for the connection with the oracle server but we can only reference one dll version at the time. The problem is if we reference the version 9 of the dll and the user has the client version 10 installed on the local machine the connection does not work. And vice versa. Is there any way to cover both (or any) versions at the same time, or like telling the hibernate to use the specific version (in this case we ship all versions with the product)?
Thanks in advance
Markov
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html