ORA-00933: SQL command not properly ended

后端 未结 11 933
遇见更好的自我
遇见更好的自我 2020-12-03 22:54

I\'m using OLEDB provider for ADO.Net connecting to an Oracle database. In my loop, I am doing an insert:

insert into ps_tl_compleave_tbl values(\'2626899\'         


        
11条回答
  •  爱一瞬间的悲伤
    2020-12-04 00:01

    It's a long shot but in the first insert the sql date format is valid for both uk/us, the second insert is invalid if the Oracle DB is setup for UK date format, I realise you have used the TO_DATE function but I don't see anything else ...

提交回复
热议问题