SimpleAdo sample is a brief example of using ADO Wrapper API.
You can find the sample inside of ProudNet/Sample/SimpleAdo folder.
Before running it, you need to generate a table that the sample program uses and stored procedure through .sql files inside of ProudNet/Sample/db-schema/mssql/ProudAdo-Test The method of generating a table and stored procedure are guided in Creating a sample database.