Quote:
Originally Posted by KirbyDE
@swedie
I'd suggest to use complete INSERTs to avoid problems with different column ordering.
Eg.
[sql]INSERT INTO foobar (foo, bar) VALUES ('foo', 'bar')[/sql]
|
Yeah, I'm gonna do that now. I didn't have in my calculations that the field order would be different on different computers. I've tried it on two different servers and it works on both. But yeah, just to be sure I'm gonna force to the correct fieldname. I'm on it...