I'm having an error:
"java.sql.SQLException: 'IMPLICIT_TRANSACTIONS' is not a recognized option."
when trying to execute a a JDBC Sybase DB connection.
These are my driver set properties beside ServerName, Username, Password, PortNumber, DatabaseName and loginTimeout:
I'm having an error:
"java.sql.SQLException: 'IMPLICIT_TRANSACTIONS' is not a recognized option."
when trying to execute a a JDBC Sybase DB connection.
These are my driver set properties beside ServerName, Username, Password, PortNumber, DatabaseName and loginTimeout:
I've searched around for this error but very few details were given. Any ideas on how to avoid it?
Thanks in advance,
Vasco Mesquita
Missed ds.setServerType(2);
Problem solved.