After you apply this hotfix, Microsoft OLE DB Provider for AS/400 and VSAM correctly parses AS/400 physical files that contain a period in the file name.
The following example shows how the updated Microsoft OLE DB Provider for AS/400 and VSAM works with AS/400 physical files that contain a period in the file name. Assume that the following physical files exist on an IBM AS/400 (iSeries) system:
- TESTLIB.TEST
- TESTLIB.TEST.FILE
- TESTLIB.TEST.FILE2
Note TESTLIB is the AS/400 library where the physical files are located. The rest of the name is the physical file name.
After you apply this hotfix, DTS Import/Export Wizard displays the following physical files:
- TESTLIB.TEST
- TESTLIB."TEST.FILE"
- TESTLIB."TEST.FILE2"
If you select one of the physical files, DTS Import/Export Wizard imports the file as a table into the specified SQL Server database.
For example, when you select the TESTLIB."TEST.FILE2" file to import, the following information appears on the Select Source Tables and Views page of DTS Import/Export Wizard.
Collapse this tableExpand this table
Source | Destination
|
TESTLIB."TEST.FILE2" | [tempdb].[dbo].[FILE2"] |
If you leave the settings as displayed, the new table that is created in the SQL Server database is named FILE2".
You can edit [tempdb].[dbo].[ FILE2"] to remove the closing quotation mark (") so that [tempdb].[dbo].[FILE2] appears on the Select Source Tables and Views page. Then, the new table that is created in the SQL Server database is named FILE2.
The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products.