Click or drag to resize

CommenceCursorExportToFile Method

Exports current cursor to a file. WARNING: The cursor is disposed after this method!

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public void ExportToFile(
	string fileName,
	IExportSettings settings = null
)

Parameters

fileName
Type: SystemString
(Fully qualified) filename. Overwrites existing file.
settings (Optional)
Type: Vovin.CmcLibNet.ExportIExportSettings
IExportSettings object.

Implements

ICommenceCursorExportToFile(String, IExportSettings)
Remarks
The PreserveAllConnections options is ignored in this method. Alternatively, but extremely slow, you can use either the UseDDE option or crank up the MaxFieldSize value and hope you have enough RAM memory.
See Also