insert new record problem

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
 
A

Andreas

Guest
ok, I noticed the problem is solved the post "error on adding records".
 
E

Eugenio

Guest
Andreas wrote:
>
> ok, I noticed the problem is solved the post "error on adding
> records".

Please check out my reply, which contains the correct fix.

http://dadabik.sourceforge.net/forum/read.php?f=1&i=232&t=192

(Latest version of DaDaBIK when this message was posted: 1.8)
 
Top