SQL and System/36 File Names
July 17, 2002 Timothy Prickett Morgan
Hey, Ted:
Is it possible for interactive SQL to access a file whose name contains a period (.)?
— John
Yes. Enclose the file name in double quotes (“).
select * from tholts/"AP.VENDR" where F00001 like '%BILL%'
If the library name has a period, enclose the library name in double quotes.
select * from "MY.LIB"/"AP.VENDR" where F00001 like '%BILL%'
|
Be sure to key quoted names in all caps.
— Ted
Sponsored By ADVANCED SYSTEMS CONCEPTS |
SEQUEL meets all your iSeries and AS/400 data access needs in a single, integrated solution:
Take 6 minutes to view a SEQUEL ViewPoint ScreenCam movie to see how simple Windows-based AS/400 and iSeries data access can be! In just a few short minutes, you can find out ways to make your job easier and improve data access throughout your organization. Download the ViewPoint movie here . For more information or a FREE trial of SEQUEL, call 847/605-1311 or visit Advanced Systems Concepts. |