Hi everyone,
I try to make an insert query but some of my fields wich I want to insert must be empty and I receive an error like when they are empty:
"[Pervasive][ODBC Client Interface][LNA][Pervasive][ODBC Engine Interface]Syntax Error: Insert into CONTACTS(typeTiers,CodeTiers,sContact_Interloc,sContact_Url,sContatc_Tel,sContact_fax)
values('',0,<<???>>,,,)"
How can I do to avoid this error?
Thanks,
Bakira
I try to make an insert query but some of my fields wich I want to insert must be empty and I receive an error like when they are empty:
"[Pervasive][ODBC Client Interface][LNA][Pervasive][ODBC Engine Interface]Syntax Error: Insert into CONTACTS(typeTiers,CodeTiers,sContact_Interloc,sContact_Url,sContatc_Tel,sContact_fax)
values('',0,<<???>>,,,)"
How can I do to avoid this error?
Thanks,
Bakira