cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jeyanforu
Level 3

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
Labels (1)
0 Kudos
(1) Reply
jeyanforu
Level 3

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
0 Kudos