Hi,
I am getting the following error when running my update statement.
Microsoft OLE DB Provider for Oracle error '80040e14'
ORA-00911: invalid character
The SQL statement does NOT contain invalid characters as I can cut and paste it into a SQL session and it runs fine.
Statement is as follows
-----------------------------------------------------------
strShowSQL = "UPDATE bv_prt_link_main SET status = 1 WHERE oid IN (8769,8637);"
Set rs = conn.execute(strShowSQL)
-----------------------------------------------------------
Any Ideas People
Thanks
I am getting the following error when running my update statement.
Microsoft OLE DB Provider for Oracle error '80040e14'
ORA-00911: invalid character
The SQL statement does NOT contain invalid characters as I can cut and paste it into a SQL session and it runs fine.
Statement is as follows
-----------------------------------------------------------
strShowSQL = "UPDATE bv_prt_link_main SET status = 1 WHERE oid IN (8769,8637);"
Set rs = conn.execute(strShowSQL)
-----------------------------------------------------------
Any Ideas People
Thanks