Hi All,
Error:
OBDC operation failed. Unable to log on database.
Object OBDC connection could not be created.
Below is the code which am running.
loginProperty = new LoginProperty(); loginProperty.setDSN("SqlServerTest"); loginProperty.setDatabase("WorkPay"); odbcConnection = new OdbcConnection(loginProperty); if(odbcConnection)
Can someone please help me on this. What is the reason behind the error?
Thanks and regards
Siddhant Singh