2

It seems that the only supported import data file format is .csv?

http://www.dbvis.com/doc/9.0/doc/ug/exportImport/exportImport.html

1 Answer 1

1

If you have a .sql file with insert statements it can be executed in DbVisualizer as-is. Just load the script in the SQL editor and run the script to execute the insert statements.

Sign up to request clarification or add additional context in comments.

3 Comments

If you have a big file, you can do it in that way
For really big sql files, use the @run <file.sql> command in the SQL Commander.
@run takes around 18 seconds per 1000 inserts to my remote server, even in a transaction. But it works.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.