I have a syntax problem with an insert into postgresql table with ADO_Insert.vi (ADO.lvlib).
The table name is prefixed with the schema name : public."T_Cellule"
The error is -2147467259 :
Exception occured in Microsoft OLE DB Provider for ODBC Drivers: ERROR: syntax error at or near "public";
Error while executing the query dans ADO.lvlib:ADO_Insert.vi->BDD_Add_Row_T_cellule.vi->Main_PopUp_Error_Check.vi->Check_SN_BDD.vi->BTA_main.vi
The versions are : LabView 11, PostgreSQL 15.
The .vi is attached
Thank you for your reply.