advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
INSERT Statement Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 INSERT [#]filenumber%, recordvariable
 
 Usage Notes
   ■ INSERT has no effect on the current position.
 
   ■ Visual Basic removes trailing spaces from strings used in an insert
     operation.
 
   ■ DELETE, INSERT, and UPDATE operations affect all indexes in a table.
     Each of these operations automatically updates all indexes. INSERT or
     UPDATE will fail if the operation produces a nonunique index value in
     any index defined as unique-only. DELETE, INSERT, and UPDATE operations
     are not affected by SETINDEX.
     See: DELETE Statement    INSERT Statement
          SETINDEX Statement  UPDATE Statement