Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Emulating DTS functionality with ADO Recordsets

Status
Not open for further replies.

SBendBuckeye

Programmer
May 22, 2002
2,166
US
Hello,

I need to export some data into an Excel spreadsheet. I can do it very easily manually with DTS but the problem is that the client does not have access to any SQL Server stuff.

I am brand new to DTS but have used ADO quite a bit in the VB world to pull data into a recordset. How can I pull the Column Names out of SQL Server so I can incorporate them into my Excel VBA code?

Thanks in advance for any ideas, suggestions, tips, tricks, working code examples ;-), links, tutorials or whatever!

Have a great day!

j2consulting@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top