Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to load data from QVD file to MySQL

Hi All,

Can you please guide me about loading data from QVD file into MySQL database.

Thanks in advance.

Regards,

Arun.

1 Reply
marcus_malinow
Partner - Specialist III
Partner - Specialist III

Hi Arun,

you might want to store to a text file instead (or in addition to ) a QVD.

store mytable into myfile.txt (txt);

It should then be pretty simple to extract into your database.

Marcus