Working with ADO.NET - Universal Database Access for mono

IV. Tools

SQL# CLI

A command-line tool written in C# to execute SQL commands, test connection strings, and connect to various ADO.NET providers in Mono. The SQL# CLI can be found in mcs/tools/SqlSharp/SqlSharpCli.cs

This can be quite useful, to check if you have errors in your code, or it's a problem with the database. That's all, that can be sayed about it.

A. Credits

Authors: Johannes Roith (johannes@jroith.de)