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>dfrddiscomp()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfRddIsComp()
Check if a RDD support the compound index
------------------------------------------------------------------------------
Syntax:

     dfRddIsComp( <cRdd> ) --> lSupport

Parameters:

     <cRdd>     The name of the RDD to check

Returns:

     <lSupport> If .T. the RDD supports the COMPOUND index

Description:

     Check if a RDD support the compound index This function dont' check
     the sistem setting dfSet( AI_AUTOMATICCOMPOUND ) so you can use this
     function only for know if the compound index is availables with this
     database driver

Example:

     dfRddIsComp( "DBFCDX" ) // .T.
     dfRddIsComp( "DBFNTX" ) // .F.

See also:

     dfIndExt()

See Also: dfIndExt()

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