Link to home
Start Free TrialLog in
Avatar of nmcdermaid
nmcdermaid

asked on

Accesing a mutli member file through ODBC SQL

I am accessing files through the iSeries IDBC driver like this:

SELECT * FROM GQPL.F0901

Does anyone know the ODBC SQL syntax for accessing a multi member file?
ASKER CERTIFIED SOLUTION
Avatar of Member_2_2484401
Member_2_2484401
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nmcdermaid
nmcdermaid

ASKER

So there is no syntax to access it directly?

You could do an OvrDBf command before your select to point it at a certain member, but there is no way to access it directly in one shot.

HTH,
DaveSlash
Thanks very much, I've passed that on to the DB2 developer (who knows what you're talking about) and thats solved the problem.