Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the command to use for inserting new rows. Read/write at design time and run time.
CursorAdapter.InsertCmd [ = cCommand ]
Property Values
- cCommand
Character data type. The following table lists the possible values for cCommand.cCommand Description Character string or expression Specifies a valid command string for the data source in the InsertCmdDataSource property. Empty string ("") The CursorAdapter object generates a SQL INSERT command automatically if the AllowInsert property is set to True (.T.). For more information about generating SQL commands automatically, see Data Access Management Using CursorAdapters.
See Also
Properties | CursorAdapter Object Properties, Methods, and Events
Applies To: CursorAdapter Class