rolandz
06-28-2007, 08:03 PM
Hi,
I want to have a DbProvider (Spring.Data.Common.DbProvider, Spring.Data) being configured for MS Access database. How do I do it?
Although I can prepare some parameters by myself, there are quite a lot of them that I don't understand clearly. These are:
bindByName
ErrorCodes.badSqlGrammarCodes
ErrorCodes.DataAccessResourceFailureCodes
ErrorCodes.DataIntegrityViolationCodes
ErrorCodes.CannotAcquireLockCodes
ErrorCodes.DeadlockLoserCodes
errorCodeExceptionExpression constructor argumentWhat happens if I don't provide them? Perhaps they're somewhat optional?
I want to have a DbProvider (Spring.Data.Common.DbProvider, Spring.Data) being configured for MS Access database. How do I do it?
Although I can prepare some parameters by myself, there are quite a lot of them that I don't understand clearly. These are:
bindByName
ErrorCodes.badSqlGrammarCodes
ErrorCodes.DataAccessResourceFailureCodes
ErrorCodes.DataIntegrityViolationCodes
ErrorCodes.CannotAcquireLockCodes
ErrorCodes.DeadlockLoserCodes
errorCodeExceptionExpression constructor argumentWhat happens if I don't provide them? Perhaps they're somewhat optional?