2.4.108 ExtString
The ExtString record specifies the connection string for a query that retrieves external data.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
frtHeaderOld |
|||||||||||||||||||||||||||||||
string (variable) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
unused1 (variable) |
|||||||||||||||||||||||||||||||
... |
frtHeaderOld (4 bytes): An FrtHeaderOld structure. The frtHeaderOld.rt field MUST be 2052.
string (variable): A XLUnicodeString structure that specifies the connection string.
unused1 (variable): Undefined and MUST be ignored. MUST exist if and only if the value of the following formula is less than 12 bytes:
size of string + size of frtHeaderOld
The size of this field, in bytes, is calculated using the following formula:
12 – (size of string + size of frtHeaderOld)