ArcPad Scripting Object Model
Execute Method
See Also  Send comments on this topic.
Command
Required. A String that specifies the SQL command.
DataSource Object : Execute Method

Glossary Item Box

Description

Executes the supplied SQL command against the Datasource.

Syntax

object.Execute ( Command )

Parameters

Command
Required. A String that specifies the SQL command.

Return Type

Variant

Remarks

If the Command is a SELECT statement, the return value is a Recordset object; otherwise, the return value is the number of rows affected by the command.

Example

See Also

© 2012 All Rights Reserved.