I want to knw whether I can access WAMP 's function (of course mysql) such as export & import programatically. (I am using java)

or as mysql commands???

Thanks

Recommended Answers

All 3 Replies

Export/import any more specific on it?

Export/import any more specific on it?

I mean there is Export function in WAMP. rite? which allow to save the data as sql , xls, cvs..formats.
I want to acces that function through java to do the same thing. Is there a way?
Or is this a problem to discuss in the java forum????

Import from SQL file is easy as you just need to read a file, open a connection and then execute queries. However I'm not sure about export. Anyway I will move this post Java section to get more attention as this is more of Java problem then MySQl

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.