[V4MD] Error 628

Martin Kloss martin.kloss at gmx.de
Tue Sep 9 22:23:31 CDT 2003


Hi,

I'm getting an error 628 (invalid field value) with the following INSERT 
statement:

INSERT INTO data (id, type_ptr,chapter_ptr,page,title,content) VALUES (:1, 
:2, :3, :4, :5, :6)

the field types are: [mediumint, ptr, ptr, mediumint, varchar, text]
the values are:  [1, 2, 1, 1, "my title", "some content"]

Anything I don't see here? I feel like I'm not seeing the obvious...

Martin.




More information about the Valentina mailing list