MySQL Forums
Forum List  »  Newbie

Re: How do i export a csv file?
Posted by: Peter Brawley
Date: September 14, 2015 12:25PM

I know nothing about Gambas and don't use Basic, so I can't help you there, but your simplest solution may be to write out the data from MySQL as

Create Table mycsvtable (Select ...) engine=csv;

which produces a table which is a csv file, then use whatever reporting tools or scripts you have in your project to write it where you like.



Edited 1 time(s). Last edit at 09/14/2015 12:46PM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
September 13, 2015 01:41PM
September 13, 2015 05:59PM
Re: How do i export a csv file?
September 14, 2015 12:25PM
September 16, 2015 04:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.