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

Sam Su
  • 6,532
  • 8
  • 39
  • 80

1 Answers1

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.

roger
  • 641
  • 4
  • 7