SetTableForEditingCSVFile

SetTableForEditingCSVFile

Syntax

cDatabaseTables
.S
etTableForEditingCSVFile

VB6 Procedure

Function SetTableForEditingCSVFile (
TableKey

 As String(),ByRef 
TableVersion
 As 
 Integer, 
csvFilePath 
As String(), Optional 
 sepChar as string = ",") As Integer 

Parameters

TableKey

Input Item: The table key of the table for which data 
 is requested. 

TableVersion

Returned Item: The version number 
 of the specified table. 

csvFilePath

Input Item: The fully-qualified path for the CSV file 
 containing the table data. 

sepChar (Optional) 

Optional Input Item: The delimiter between data items, 
 by default ",". This delimiter must match what is used in the 

csvString
. 

Remarks:

Returns 0 if the function executes correctly, otherwise 
 returns nonzero. 

Reads a table from a CSV file and adds it to a stored 
 table list until either the 
ApplyEditedTables

 or 
CancelTableEditing
 command is 
 issued. 

Release Notes

Initial release in version 23.0.0

See Also

GetTableForDisplayCSVFile