BtDDFieldServer:Init()
<< Click to Display Table of Contents >>
BtDDFieldServer:Init()
|
|
Purpose
Open the FIELD.DDF table
Prototype
METHOD Init ( cPath, nMode,cOwner, nId ) CLASS BtDDFieldServer
Argument(s)
<cPath> | Location of the file, Defaults to Bt_Path() |
<nMode> | Btrieve file open mode. |
<cOwner> | (Optional) Name of the owner of the table, Default is "..SC....", the Owner name used by many DDF utilities |
<nId> | (Optional) Client ID to use when opening the file. |
Return
OBJECT | Server Object. When an error occurs the VO Error handler is called. |
See Also
BtDDFieldServer, BtServer:Init(), BtDDFServer:Init()