Re: xml data vs. ODBC text driver
From: David (david.pilgrim_at_hs.utc.com)
Date: 05/18/04
- Next message: Carlos Kirkconnell: "DataAdapter Insert Command changes for no reason"
- Previous message: William Ryan eMVP: "Re: Data Limitations"
- In reply to: Cowboy: "Re: xml data vs. ODBC text driver"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 May 2004 15:55:04 -0500
Thanks for that insight and information. But the question still remains for
me should I use the ODBC text driver and a cvs file or a xml file to store
the data in and run querys against.? Thank you.
"Cowboy" <NoSpamMgbworld@comcast.netNoSpamM> wrote in message
news:%23Kq6vWQPEHA.3264@tk2msftngp13.phx.gbl...
> Excel can import XML data, but to have it "natively" open, you will need
to
> format the XML in Excel format. This is different from DataSet format, so
an
> XSLT transform is in order.
>
> There are quite a few ways I can think of to get to CSV format, however.
>
> 1. Write your SQL Query to concatenate fields to the CSV format
> 2. Use DTS objects (data transformation) - NOTE: COM only for now
> 3. Create a repeater that runs records as CSV and change the mime type of
> the page to text (this will not automagically open in Excel, but the
output
> could even be emailed.
> 4. For Excel output, software artisans has a neat component (.NET version
> available)
> http://officewriter.softartisans.com/officewriter-37.aspx
>
> --
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
>
> ************************************************
> Think Outside the Box!
> ************************************************
> "David" <david.pilgrim@hs.utc.com> wrote in message
> news:Oe5CKtDPEHA.556@tk2msftngp13.phx.gbl...
> > I have a VB app i'm trying to upgade. Should I use the ODBC text driver
or
> > the xml commands? I currently write the data to a csv text file and use
> > that as my data source. Would writing that to a xml be the new and
improve
> > way to do that? I have about 600 records in the csv text file. Can excel
> > inport XML data?
> >
> >
> >
>
>
- Next message: Carlos Kirkconnell: "DataAdapter Insert Command changes for no reason"
- Previous message: William Ryan eMVP: "Re: Data Limitations"
- In reply to: Cowboy: "Re: xml data vs. ODBC text driver"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|