No, that's not what I'm pointing to. The problem is that the column kundenr doesn't contain [kundenr-values] but [badresse-values] after an insert-query.
Even if our insert-query is in the same order as the columns in the database:
INSERT INTO kunde (kundenr, firmaetternavn, fornavn, badresse...
We have MySQL 4.0.17, mySQL Connector/J 3.0.10 and J2EE 1.3.1 installed on our server. When inserting values from a CMP Entity Bean the column order ends up alphabeticly inside mySQL.
Here is our insert-query:
INSERT INTO kunde (kundenr, firmaetternavn, fornavn, badresse, bpostnr, bpoststed...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.