Created¶
Purpose¶
Records the creation date, time, and driver version for the INT file. This is an informational token used for version tracking, auditing, and compatibility checks. It does not affect runtime behavior but is valuable for support and troubleshooting.
Parameters¶
String value date, time, version
Default¶
Automatically generated when the INT file is created.
Example¶
Using the Staff table from the movie rental example:
CREATED Wed Dec 18 10:49:43 2024 by SQLBTR 7.0.10583.0
DRIVER_NAME SQL_BTR
PERMANENT_INT NO
TABLE_NAME STAFF
FILEGROUP_TABLE
FILEGROUP_INDEX
FILEGROUP_TEXT
Detailed Description¶
This token is automatically set by BTR2SQL tools when an INT file is created or exported. It provides a historical record of when the mapping was established and with which version of the driver.
Useful for tracking changes, debugging migration issues, and ensuring that the correct version of the INT file is in use.
Best Practice: Do not edit this token manually. Use it to verify file provenance and for audit trails during large migrations.