INSERT statements add new records to the end of the data file. Any field not specified is left blank, with the exception of fields in the NCS Header. NCS Header fields may not be specified in an insert statement, and will be initialized as follows:
NCS Header Field | Value |
---|---|
Application Number |
Set properly |
Serial Number |
Next number in sequence |
Batch Number |
Same as last record in file |
Date Scanned |
Date of insert operation |
Document Number |
Set based on table name |
Edit Status |
Space (not edited) |
Altered Since Scanned |
Y (inserting counts as modifying) |
Grid Error Flag set |
space (No) |
Mark Threshold |
Normal |
Mark Discrimination |
Medium |
Scanning Release Level |
60 |
Output Stacker |
Space (main) |
Worst Mark Intensity |
# |
Total Invalid Responses |
000 |
Run Number |
Same as last record in file |
Key Record Flag |
Space (not a key) |
Record Scored Flag |
Space (not scored) |
Sheet Compile Edit Flag |
Space (No) |
Record Marked Deleted Flag |
N |
Record Converted Flag |
N |
Application Number, Serial Number, Document Number and Record Marked Deleted Flag are all set to the proper values and can not be specified by the solution program.
The supported syntax is:
INSERT INTO <table> (<attrib-list>) VALUES(<value-list>)
Each document in an application defines both a table and a view. The table name is the name of the document, and the view name is "Simple View of " followed by the document name. In addition, each application contains a table called MASTER and a corresponding "Simple view of MASTER". A view name can be used anywhere a table name is. Column names are the fields defined for a document.
Only a single table can be specified.
You can use the document number instead of the document name. This is not as much an optimization as a convenience considering the document titles are typically verbose. Keep these rules in mind:
The attrib-list is a list of field names for the document. One or more fields may be entered, separated by a comma.
The value-list is the data for the field, a number or string literal may be entered.
SQL Statements Accepted by the Data Provider
FOR XML Syntax Errors Reference
See Help on Help for additional information on using this help file. See Scantron Technical Support for additional information on technical support and training options. See the ScanTools Suite System Requirements for further details on hardware and software requirements. ScanTools is a suite of products; the specific information you want may appear in the help for a different module. If you don't find what you're looking for here, try one of the following:
|
Scantron Corporation
Customer Service (forms, products, and services): 1-800-SCANTRON (722-6876) Technical Support: 1-800-445-3141 |
|
Copyright © 1998-2012 Scantron Corporation. All rights reserved. Use permitted only under license. www.scantron.com. No part of the Help or user guides may be reproduced in any form, or by any means, without express permission from Scantron Corporation. LINKS TO THIRD PARTY SITES This help system may contain links to third party websites ("Linked Sites"). The Linked Sites are not under the control of Scantron and Scantron is not responsible for the content of any Linked Site, including without limitation any link contained in a Linked Site or any changes or modifications to a Linked Site. Scantron is not responsible for web casting or any other form of transmission received from any Linked Site. Scantron provides Users with the ability to link the Assessment System to the Linked Sites as a convenience to you, and the inclusion of any link does not imply endorsement by Scantron of the Linked Site or any association with its operators. |