BtDDIndexServer:Init()

 

<< Click to Display Table of Contents >>

Navigation:  Ddf Dictionary > BtDDIndexServer Class >

 

BtDDIndexServer:Init()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Open the INDEX.DDF table

 

 

 

Prototype

 

 

METHOD Init ( cPath, nMode, cOwner, nid )  CLASS BtDDIndexServer

 

 

 

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

 

 

OBJECTServer Object. When an error occurs the VO Error handler is called.

 

 

 

See Also

 

 

BtDDIndexServer, BtServer:Init(), BtDDFServer:Init()