Hi all,

I am using OJB with an MS Access database.
I have a m:n link between two objects throught an indirection table. My keys are INTEGER in the db.
When OJB try to update the link, it loads some Key objects. In this class all Number are converted into Long. Thus my INTEGERs loaded from the db are converted in LONGs. Then when OJB tries to update the indirection table (to delete a link for example) it passes a BIGINT attribute to the sql statement.
As MS Access does not like very much BIGINT values I have an SQLException. Is there a way to bypass this problem or do I have to hack the Key class to prevent the Long conversion ? What are the consequences if I do something like that ?


Thanx

Seb


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to