OpenRowSet BUG?
- From: "Bkr" <keepitliteus@xxxxxxxxx>
- Date: 18 Jul 2005 15:44:22 -0700
Hi Folks,
I am trying to load data from a table in MS Access to SQL Server 2000
using T-SQL OPENROWSET. When I select data from the remote database (MS
Access) using SQL Query analyzer, the columns do NOT appear in the same
order as seen in Access directly.
For e.g. if Access table has columns Cy, Cx, Cz the output in Query
analyzer appears as Cx, Cy, Cz. It appears to arrange the fields
alphabetically. This causes problems when I do a 'insert into select *
from' as the field definitions do not agree.
Is this a bug or is there a setting in Access/SQL which I am missing?
Also, please let me know if there is a workaround for this issue.
Thanks in advance!
Bhaskar
.
- Follow-Ups:
- Re: OpenRowSet BUG?
- From: Simon Hayes
- Re: OpenRowSet BUG?
- Prev by Date: Re: Using stored procedure result set in another stored procedure
- Next by Date: Re: I want to avoid using a cursor, please!
- Previous by thread: Query Help Please
- Next by thread: Re: OpenRowSet BUG?
- Index(es):
Relevant Pages
|