Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

totally_stumped

@totally_stumped
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C# application to sort SQL database data and output to CSV file
    T totally_stumped

    Hi there I am having problems developing a C# application that sorts the data in an SQL database by a particular column and then outputs it to a csv file on my hard drive. I want to do something like this:

    SqlCommand sqlComm = new SqlCommand("SELECT * FROM TableA ORDER BY ColumnB
    INTO OUTFILE ‘C:\output_file.csv’", myConnection);

    Is this the right way to go about it? Thanks in advance

    C# database csharp question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups