J
Jim Bancroft
Hi everyone,
New to the .Net party here, so please forgive the basic nature of my
questions. I have to query SQL Server and generate csv or Excel files when
all is said and done, from a VB .Net client app.
I've been reading up on DataSources, DataSets, DataGrids and ado.net
theory, but I've really only scratched the surface and wasn't sure on a good
way to approach this problem. I'd like to make the SQL Table-->Excel
transformation as painless as possible, and didn't know if DataSets had any
methods to "save into" a specified destination type?
It's not conceptually difficult, connecting to the DataSource and
running my queries, but I don't know of a way to go from a DataSet into
Excel, or if that's even an acceptable way of doing things in .Net. I'm
open to suggestions and online tutorials if you know of any, or even a code
snippet or two I can get started with. Thanks for your help.
-Jim
New to the .Net party here, so please forgive the basic nature of my
questions. I have to query SQL Server and generate csv or Excel files when
all is said and done, from a VB .Net client app.
I've been reading up on DataSources, DataSets, DataGrids and ado.net
theory, but I've really only scratched the surface and wasn't sure on a good
way to approach this problem. I'd like to make the SQL Table-->Excel
transformation as painless as possible, and didn't know if DataSets had any
methods to "save into" a specified destination type?
It's not conceptually difficult, connecting to the DataSource and
running my queries, but I don't know of a way to go from a DataSet into
Excel, or if that's even an acceptable way of doing things in .Net. I'm
open to suggestions and online tutorials if you know of any, or even a code
snippet or two I can get started with. Thanks for your help.
-Jim