User Documentation
Ispirer Assessment Tools Overview
Pricing
Native Tools
Number of Lines of Code
To determine how many lines of code there is in your Informix Database, you may use a dbexport utility from your server machine.
First, you need to run Informix from the Informix account.
Then, use dbexport command as “dbexport db_name –o output_directory”.
After that, dbexport log will appear:
After the database has been exported, you will find a db_name.sql file in the output directory.
You can use any text editor to count the number of lines of code. To find out the number of lines of code, you should scroll to the end of the file and click the last line. On the lower right corner you will be able to see the number of this last line which is the number of lines of code in your SQL file.