OK, I thought I was going to be able to fix this "...
# sql
r
OK, I thought I was going to be able to fix this "NL" issue. I have an straight INSERT INTO statement that has a import column name of
[MVI_PRODUCT3+N:NL:TJ:TH:TF:TA:TF:T]
I cannot change this, unfortunately. However, the insert works fine this way in a DBMS, just not in a queryexecute() function. It looks as though this is bombing on the
:NL
where queryexecute is thinking this is a query parameter. Is there any way of escaping colons so that queryexecute understands not to interpret it?