RE: [GENERAL] Still the problem with the autoincrement field

1998-10-06 Thread Greg Youngblood
Try: insert into offene_stellen (bezeichnung,arbeitsort,berater,gefordert,geboten) values ('Maurer', 'Buchs', 'Rheinhalter Claudio', 'flexibilitaet', 'gutes Team'); Gregory S. Youngblood ext 2164     -Original Message- From: Marc Eggenberger [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

Re: [GENERAL] Still the problem with the autoincrement field

1998-10-06 Thread Kevin Heflin
On Tue, 6 Oct 1998, Marc Eggenberger wrote: > > and when I want to add some data .. how to do this? > when I do the following: > > insert into offene_stellen values ('', 'Maurer', 'Buchs', 'Rheinhalter Claudio', >'flexibilitaet', 'gutes Team'); > > the id field is always 0, and when I do a: >