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
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
Comment