Run-time error 3155
Try to perform an insert on a linked table (from MS Access to Oracle 9i)
Ex.
insert ... into <tabname> (oracle9i)
select .... from <tabname> (MS Access)
Using Oracle ODBC v9.02.0.0 driver. Receive the following visual basic error:
Run-time error '3155':
ODBC-insert on a linked table '<tabname>' failed.
[Oracle][ODBC]No data at execution values pending. (#0)
Thanks..Orlando