I am using SQL Server 2005 (64-bit) and successfully connecting to as400 using IBM DB2 UDB for the ODE DB provider for iSeries IBMDA400. Does anyone know how to display an available library / table and get the name and description of the field?
already looking around and tried this request, but still no luck
select * from OpenQuery(AS400, 'select * from QSYS.qadbxatr');
source share