in reply to Re: EOF required before writing DB?
in thread EOF required before writing DB?
So the question is more of how do I write to the db...
INSERT INTO support VALUES ('','$name',....)
the '' is becuase I have an autoincrement value set there. The id field does autoincrement properly, but instead of being at the end, is in the middle of the table some place. Someone mentioned that I may need to tell perl to tell myswl to write it at the 'end of the file' -- I want the tables to be written in order of id...
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (3) EOF required before writing DB?
by VSarkiss (Monsignor) on Mar 06, 2002 at 18:34 UTC | |
|
Re: (3) EOF required before writing DB?
by talexb (Chancellor) on Mar 06, 2002 at 18:31 UTC |