You are here: Data Services > Oledb Component > SQL Statement Support > UPDATE SQL Statement

UPDATE SQL Statement

The supported syntax is:

UPDATE <table> SET <assign-list> WHERE <search-exp>

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.

The WHERE clause is always optional, and if not specified all rows are affected. Sub-queries are not supported in the WHERE clause, but arbitrary Boolean expressions can be used to select rows based on the values found in the row, as in "SELECT name, score from form1 where score > 20 and (grade = 6 or (grade = 5 and teacher = ‘williams’))".

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:

Assign-list is a list of fields to be updated, of the form field = value [, field = value]

Values can be simple literal (often called scalar) values, such as 'vanilla', they can be the results of expressions such as 10 + 20, or they can involve other fields in the same record, see below.

UPDATE statements can refer to the existing values in a row, so an expression such as "update form1 set totscore = subscore1 + subscore2" is perfectly valid (so long as form1 is a valid table name containing columns totscore, subscore1 and subscore2, and that the three fields support arithmetic). NCS Header fields may not be specified in an UPDATE statement, though any update to a record will set the Altered Since Scanned flag in the NCS Header to indicate that the record has been changed since scanning.

See also

SQL Statements Accepted by the Data Provider

SQL Best Practices

 

 

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)

www.scantron.com

Technical Support:

1-800-445-3141

support@scantron.com

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.