Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Technical Reference - <b>create()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 create()
 Create a data store (table) in the specified workarea
------------------------------------------------------------------------------
 Prototype

     ERRCODE create(
                     WORKAREAP wa,
                     DBOPENINFOP dbOpenInfo
                   )

 Arguments

     wa is a pointer to self.

     dbOpenInfo is a pointer to a structure containing information about
     the workarea and the table to be created.

 Description

     Creates an empty data store in the workarea referenced by wa.

 Default Behavior

     At the workarea level, create() maps directly to open().

 Implementation Notes

     .  If creation of the new data store fails, create() should
        ensure that the workarea is in a usable state by calling SELFCLOSE()
        before you generate a recoverable error.

 Files:  Header file is Rdd.api.


See Also: DBOPENINFO WORKAREA open()

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