BtDDFileServer:Init()
<< Click to Display Table of Contents >>
BtDDFileServer:Init()
|
|
Purpose
Open the FILE.DDF table
Prototype
METHOD Init ( cPath, nMode, cOwner,nId ) CLASS BtDDFileServer
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
BtDDFileServer, BtServer:Init(), BtDDFServer:Init()