This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- How to connect the database oracle and sql server database?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jan 21, 2014
04:00 AM
How to connect the database oracle and sql server database?
Hi
I want to connect oracle and sql server database. How to connect the DB? any API provided by IA?
Thanks,
Thananjeyan
I want to connect oracle and sql server database. How to connect the DB? any API provided by IA?
Thanks,
Thananjeyan
(1) Reply
Feb 06, 2014
12:41 AM
Solution for below issue - Use java customcode to validate the credentials (user name and password). We need to include two drivers as jar files jtds-1.2.2.jar(sql server) and ojdbc6.jar (oracle) in java. Create a customcode.jar file from java project and include it in InstallAnywhere. Please Include the dependenies jars files(drivers) in IA otherwise it will throw an error classnotfound.
thanks
Thananjeyan
thanks
Thananjeyan