A
Andreas
Guest
hi,
I have come across another problem.
When I try to add a new record, I get always the error message as follows:
Error during query execution.
select id_nu from line
MySQL server said: Unknown column 'id_nu' in 'field list'
id_num is the primary key in the table line. It is auto_increment and I have disabled it, when inserting a new record. I have tried it without auto_increment and inserting manually the primary key, but this also doesn't work (same error message).
As you can see it always chops off the last letter of the field.
(dadabik v1.8)
Greetings,
Andreas
I have come across another problem.
When I try to add a new record, I get always the error message as follows:
Error during query execution.
select id_nu from line
MySQL server said: Unknown column 'id_nu' in 'field list'
id_num is the primary key in the table line. It is auto_increment and I have disabled it, when inserting a new record. I have tried it without auto_increment and inserting manually the primary key, but this also doesn't work (same error message).
As you can see it always chops off the last letter of the field.
(dadabik v1.8)
Greetings,
Andreas