Qualify table names when you replicate tables to DB2 (313332)
The information in this article applies to:
- Microsoft Host Integration Server 2000
- Microsoft Host Integration Server 2004
This article was previously published under Q313332 SUMMARY
When you replicate tables from Microsoft SQL Server 2000 or Microsoft SQL Server 7 to DB2/400 on an IBM AS/400 system through the Microsoft OLE DB Provider for DB2, you may need to qualify the table name to ensure that the table is placed in the right location. The qualified table name syntax is:
For example, the following code uses an unqualified table name:
SELECT * FROM AUTHORS
To qualify the table name, modify the code as follows:
SELECT * FROM PUBS.AUTHORS
REFERENCES
For more information about using the Microsoft OLE DB Provider for DB2, click the following article numbers to view the articles in the Microsoft Knowledge Base:
269626
Permissions needed to create packages using DB2OLEDB on DB2 and DB2/400
222937 Creating a linked server to DB2 using Microsoft OLE DB provider for DB2
218590 Configuring data sources for the Microsoft OLE DB Provider for DB2
Modification Type: | Major | Last Reviewed: | 5/23/2005 |
---|
Keywords: | kbinfo KB313332 |
---|
|