The SQL Adapter connection string mechanism is designed to provide the following capabilities:
In addition to the simple definition of the connection string as a string in the ConnectionString element, the connection string can be defined by segments, where each segment holds the specific values that are concatenated to the connection string. This allows the Adapter to build the connection string dynamically.
There are two segment types. One is text and contains text that is concatenated to the connection string as is. The second is a file and contains a file name with or without wildcards. The file segment can appear only once. It contains other attributes that define what must be done with the read file.
The ConnectionString can be defined in the QueryCollection element and/or in the Query elements. The ConnectionString definition in the QueryCollection element is the default and is used only in a query without an explicit ConnectionString definition.
|
Copyright © 2013 CA.
All rights reserved.
|
|