MySQL Forums
Forum List  »  MySQL Workbench

Re: convert database items into text file
Posted by: Michael G. Zinner
Date: October 20, 2008 10:59AM

Hi,

MySQL Workbench is not the right tool for the task you listed. In your case it would be better to use MySQL Query Browser (which is part of the MySQL GUI Bundle for 5.0 http://dev.mysql.com/downloads/gui-tools/5.0.html) to create your tables and fill it with data. You can export database tables to text files there as well.

We are going to add this functionality to MySQL Workbench in the future but for now QB is the way to go.

If you are targeting the Windows platform, VisualStudio 2005 or VS 2008 is the way to go and you should use the C# language to write your application. VS includes a very nice form designer that will make your job easy.

Hope that helps,
Mike

Michael Zinner, Team Lead, Developer Tools
MySQL AB, www.mysql.com

Are you MySQL certified? www.mysql.com/certification

Options: ReplyQuote


Subject
Views
Written By
Posted
11914
October 17, 2008 02:55PM
Re: convert database items into text file
4246
October 20, 2008 10:59AM
2884
November 01, 2008 02:58AM


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.