Subject Insert error in TIBOQuery
Author Alexandre
Hi Guys,

I am trying to insert a record into my database with TIBOQuery, but the following error is occurring:

ISC ERROR MESSAGE
conversion error from string “test”
STATEMENT:
<no name>.<no name>(TIB_UpdateDSQL)
STATEMENT:
tb_times.IBOqrtb_times(TIBOInternalDataset)


My code is:

data_module.tb_times.Insert;
data_module.tb_timesTIMES_NOMEDOTIME.Value:=edit1.Text;
data_module.tb_times.Post;


Some idea ?

Thanks
Alexandre

[Non-text portions of this message have been removed]