Forum Post: RE: How to use the CREATE ALIAS command to access system tables from within an OE...

  • Thread starter Thread starter James Palmer
  • Start date Start date
Status
Not open for further replies.
J

James Palmer

Guest
I've got some code that does the following... a.p: CREATE ALIAS DBVIEW FOR DATABASE VALUE(T_DB.DB_NAME). RUN b.P (T_FILE.DESCRIPTION). DELETE ALIAS DBVIEW. b.p: DEFINE INPUT PARAMETER iFileName AS CHAR NO-UNDO. FOR FIRST DBVIEW._File FIELDS(_File-Number _Prime-Index) WHERE DBVIEW._File._File-Name = iFileName NO-LOCK: END.

Continue reading...
 
Status
Not open for further replies.
Back
Top