Syntax

Path = SRP_Mobile_Repository(CtrlEntID, 'CreateMobReposTable', Path, Table)

Returns

If table is created then 1, otherwise 0.

Parameters

ParametersDescription
PathDirectory path where the mobile repository is located.
TableName of table that needs to be created.

Remarks

Generally only used internally by the SRP_Mobile_Repository routine. Tables that are created are intended to store entities.

Examples

// Attempt to create the MOBREPOSWINS table in the mobile repository located at 'C:\MobRep' 
Success = SRP_Mobile_Repository(, 'CreateMobReposTable', 'C:\MobRep', 'MOBREPOSWINS')
  • No labels