SQLines Command Line - Tutorial and Screenshots

SQLines provides a command line interface to run assessments and migrations.

You can find detailed description of the command line options at Command Line Reference

How to Run

How to Use - Embedded SQL/API Assessment in Java Applications

Let's assume you need to run an assessment of using embedded SQL statements and JDBC database access classes in a Java application.

Specify the following options:

Command line:

sqlines.exe -source_type=java -source=d:\project\ABC\*.java -target=d:\report\ABC -assess