PRB: Distributed Query With Jet Changes Native Column Order (196293)
The information in this article applies to:
- Microsoft SQL Server 7.0
- Microsoft OLE DB Provider for Jet 3.51
This article was previously published under Q196293 SYMPTOMS
When you use SQL Server 7.0 Distributed Query with Jet 4.0 OLE DB Provider,
if you do not ask for specific columns to retrieve, the result-set will
show the columns sorted alphabetically instead of using the natural order
of columns in the native table.
STATUS
This is by design. With a select * you are not guaranteed any column order
with SQL Distributed query. If you want a specific column order then
specify a column list.
REFERENCES
For more information on setting up and using Distributed Queries, search on
sp_addlinkedserver, OpenQuery, OpenRowset, and related topics in SQL 7.0
Books Online.
For more information on Jet OLEDB provider, refer to Data Access SDK
documentation in the Microsoft Developer Network (MSDN) documentation.
Modification Type: | Minor | Last Reviewed: | 3/14/2005 |
---|
Keywords: | kbDatabase kbprb kbProvider KB196293 |
---|
|