|
|
|
|
<Source>.InfoFile (Function) In french: <Source>.InfoFichier
 Available only with these kinds of connection
Returns the characteristics of an HFSQL Classic or Client/Server data file.
// Get the size of a data file // by using the current connection of a data file Trace("Total size of Customer file: " + Customer.InfoFile(hTotalSize))
Syntax
Finding out information regarding an HFSQL Classic data file Hide the details
<Result> = <Source>.FileInfo(<Information>)
<Result>: Type of the requested information Sought information. <Source>: Type corresponding to the specified source Name of the data file to analyze. <Information>: Integer constant Requested information about the data file: | | hFicSize | Size of data file in bytes (".Fic" file). | hFtxSize | Size of full-text index file in bytes (".Ftx" file). | hMmoSize | Size of memo file in bytes (".Mmo" file). | hNdxSize | Size of index file in bytes (".Ndx" file). | hTotalSize | Total data file size in bytes (cumulative size of data file, memo file and index file). |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|