Displaying 1 result from an estimated 1 matches for "krough".
Did you mean:
rough
2005 Dec 28
2
How write input form (layout/controller) so I can enter Id
...ite (layout/controller) so I can
read value of Id from the new form when creating new record.
With following structure:
CREATE TABLE words (
id INTEGER PRIMARY KEY,
word VARCHAR(40)
);
I want enter new records like:
id=47812, word=''pes''
id=1382, word=''krough''
id=67145, word=''brum''
-- Radek
--
Posted via http://www.ruby-forum.com/.