DbImport SrcData() Method

The actual data from the source database.

Function Signature

 Variant& SrcData()

Parameters

Parameter Type Description

None

Return

Type Description

Variant&

The data read from the database.

Technical Details

SBM ModScript version: 11.3.

Notes

Changing this value will modify the data that is written to the database during the import.

Related Topics

DbImport