How can you link to a DB2 table?

D

Darrell Wesley

Does anyone know how I can create a link in Access to a iSeries DB2 table
using an OLEDB driver such that the linked table is updateable?
 
R

Rick Brandt

Darrell said:
Does anyone know how I can create a link in Access to a iSeries DB2
table using an OLEDB driver such that the linked table is updateable?

AFAIK Linked tables are strictly ODBC. You can use OLEDB to do other stuff
from code, but not to create links.
 
Top