Date: 08/23/00
- Next message: Matthew Leingang: "[phplib] Re: oohforms error"
- Previous message: laymond: "Re: [phplib] patch of_text.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello
a have table named dzier a in this table i have 5 fields
field1,field2,filed3,filed4,field5
i tried to do
insert into dzier (field1,field5) values ('value','value');
later i wrote
insert into dzier set field1="value",field5="value";
when i made select * from dzier;
i was very suprised because all data that shoud go to field5 went to
field2 and if field2 was not empty before that insert, to next free field
in this example field2, but not to field5
what's wrong ???
please help
Jacek Skowyra
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Matthew Leingang: "[phplib] Re: oohforms error"
- Previous message: laymond: "Re: [phplib] patch of_text.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

