CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2003
    Posts
    1

    SQL code to get MS Access to export table to .CSV file

    Hello Friends,

    I am not a SQL or a MS Access programmer and so need your help.

    I need code sniplet that will let me get MS Access to export my DB table to a .CSV file format.

    I know how to open and close adodb connection to MS Access. So that part is taken care of.

    Your help is greatly appreciated.

    Thanks.

    N. Alex Desh

  2. #2
    Join Date
    Dec 2001
    Location
    Canada/Montreal
    Posts
    983
    I know only the way to read the entire table and save the content step for step in a .csv file.

    Hope this helps a bit.

    -Sonu
    Sonu [MVP, MCAD.NET]
    Website: http://DotNetSlackers.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured