2002-11-30 Daniel Morgan * README: updated to include directions on connecting to a database 2002-11-30 Daniel Morgan * README: updated by including help for all the SQL# commands with examples 2002-11-30 Daniel Morgan * SqlSharpCli.cs: allow the ODBC provider to execute a query and save results an XML file via the \exexml command 2002-11-11 Daniel Morgan * SqlSharpCli.cs: added new SQL# command \exexml to execute a query and put results in an xml file via a generic DbDataAdapter and a DataSet. Added Mono.Data.SybaseClient as a provider to use via \provider sybase which is easier than SQL# command \loadextprovider Mono.Data.SybaseClient Mono.DataSybaseClient.SybaseConnection 2002-10-26 Daniel Morgan * SqlSharpCli.cs: just write to the console the Message from the exception, not the entire trace. 2002-10-25 Daniel Morgan * SqlSharpCli.cs: added support for SqlClient and TdsClient * SqlSharpCli.build: added target of "clean" 2002-10-16 Daniel Morgan * SqlSharpCli.cs: added support for new place where the PostgreSQL provider is an external provider now. Commented support for SqlClient and cause an error and exception when trying to change to or open a connection to the SqlClient provider. 2002-10-16 Daniel Morgan * SqlSharpCli.cs: import from mcs/class/System.Data/Test by Miguel to mcs/tools/SqlSharp * unix.args * Makefile * SqlSharpCli.build: add build files * README: add file about SqlSharp * ChangeLog: add file for log of changes