Thank You, Bartek,

Your answer gives a way to insert an employee. 
But what's wrong with the tutorial application - it should be possible
to insert an employee via web-browser, isn't it?

Yours,
Felix Kugel

-----Ursprüngliche Nachricht-----
Von: bartek [mailto:[EMAIL PROTECTED]] 
Gesendet: Montag, 4. Februar 2002 10:33
An: Felix Kugel
Betreff: Re: Tutorial application error

[...]

>From oryginal sql-page.xml.sql :

CREATE TABLE employee (
  id int(11) DEFAULT '0' NOT NULL,
  department_id int(11) DEFAULT '0' NOT NULL,
  name varchar(255) DEFAULT '' NOT NULL,
  PRIMARY KEY (id)
);

so :
INSERT INTO employee VALUES (6,4,'Felix');




---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to