Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfasopenfile()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfASOpenFile()
This function opens all the databases on the AS/400
------------------------------------------------------------------------------
Syntax:

     dfASOpenFile( <aFile> ) --> NIL

Parameters:

     <aFile>    Array of opened databases

Returns:

     NIL

Description:

     Opens all the AS/400 databases on wich the application works and
     sistem file like table and logocal files if exist

Example:

     LOCAL aFile := {}
     
     dfASOpenFile( aFile )
     
     // User code
     
     dfClose( aFile )

See also:

     dfASFile(), dfClose()

See Also: dfASFile() dfClose()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson