I receive this error when I need to insert data in table with a blob field:
TypeString: System.Data.Odbc.OdbcException, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message: ERROR [S1000] [SAP AG][LIBODBCHDB DLL][HDB] General error;596 LOB streaming is not permitted in auto-commit mode:
Source: libodbcHDB.dll
Why I have this error?
How can I correctly make my Insert?
Thanks