I have two different apps, each addressing different SQL Server databases on the same server machine.
The config.properties file only allows me to address one JdbcUrl, I think, or how does it know which database to address, and where do I specify it?
With regard to the SQL commands, how would I handle that for two different databases?
Thanks
PK
The config.properties file only allows me to address one JdbcUrl, I think, or how does it know which database to address, and where do I specify it?
With regard to the SQL commands, how would I handle that for two different databases?
Thanks
PK