[V4MD] Error 628

Ruslan Zasukhin sunshine at public.kherson.ua
Tue Sep 9 23:31:59 CDT 2003


on 9/9/03 11:23 PM, Martin Kloss at martin.kloss at gmx.de wrote:

> 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...

I think all bind parameters must be sent as strings:

    ["1", "2", "1", "1", "my title", "some content"]


But I not sure now.

-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina mailing list