How to save data extracted from a database in a txt file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • erjona
    New Member
    • Feb 2008
    • 1

    How to save data extracted from a database in a txt file

    Hello,
    I have to do a project in visual Basic. I already build my GUI and i have a database behind, so all the data from the gui go to the database. My issue is that i need to exctract some data and save the data extracted in a txt file.
    I can extract the data by normally doing a query

    Select Day,Month,Locat ion
    From Agenda

    So I need to save the data selected from this query in a txt.file...
    I'll appreciate your help...
    Thanks in advance
    Erjona
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Kindly post the code that you are working on.

    Comment

    Working...