You are here: Programming Environments > Programming Environments > SQL Server 2000 > Using the SQL Server Query Processor with the Scantron OLE DB Provider

Using the SQL Server Query Processor with the Scantron OLE DB Provider

The following examples are based on Microsoft® SQL Server 2000 SP1 and assume that a linked server has been created to map to the data file, mts-240.dat. This is a fictitious file name and is not included in the samples installed by the ScanTools Plus Link SDK.

For more information on the SQL Server Query Processor, see the SQL Server documentation.

Examples of common tasks with the SQL Server Query Processor and the Scantron OLE DB Provider

Synthesize a 4-part name for a table in the data file

 

SELECT * FROM [mts-240.dat]...[Answer Sheet 9 (229634)]

Use the SQL Server query processor to augment the limited SQL capabilities of the Scantron OLE DB Provider

SELECT * FROM [mts-240.dat]...[Answer Sheet 9 (229634)] WHERE [Ident #] > '100' ORDER BY [Ident #]

Use a pass-through query

SELECT * FROM openquery ([mts-240.dat],'SELECT * FROM [Answer Sheet 9 (229634)] ')

Use multiple table queries

SELECT b.[Test id],b.[Inst LName]+ b.[Inst FName] AS [Teacher Name], A.* FROM [mts-240.dat]...[Answer Sheet 9 (229634)] AS A ,
[mts-240.dat]...[Header, Full Page] AS B

 

 

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

[email protected]

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.