This utility is used to script a database.
You can generate SQL Script for Query Analyser which is useful for migrating a JET (Access) database to SQL Server.
You can also generate VB Source code to create a target database via DAO objects or DAO SQL Execute statements.
I wrote this VERY quickly a few years back for a SQL migration project. I will update for ADO if anyone interested!