From 5615a58f44b33cb9d6551eb4aff8d8cdd5261ba1 Mon Sep 17 00:00:00 2001 From: Daniel Morgan Date: Fri, 22 Oct 2004 00:36:26 +0000 Subject: [PATCH] update readme again svn path=/trunk/mcs/; revision=35231 --- mcs/tools/SqlSharp/README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mcs/tools/SqlSharp/README b/mcs/tools/SqlSharp/README index f82dbc5fd5a..2030cf40310 100644 --- a/mcs/tools/SqlSharp/README +++ b/mcs/tools/SqlSharp/README @@ -1,7 +1,7 @@ -SQL# CLI - SQL Sharp Command Line Interface -=========================================== +Mono SQL Query - Command Line Interface +======================================= -Running SQL# CLI on Mono: +Running SQL Query on Mono: mono sqlsharp.exe Use this tool to test connection strings and enter SQL queries @@ -56,6 +56,9 @@ CONNECTION AND PROVIDER COMMANDS Oracle via System.Data.OracleClient SQL# \ConnectionString Data Source=testdb;User ID=scott;Password=tiger + + FirebirdSql via FirebirdSql.Data.Firebird (not included with Mono) + SQL# \ConnectionString Database=C:\FIREBIRD\EXAMPLES\EMPLOYEE.FDB;User=SYSDBA;Password=masterkey;Dialect=3;Server=localhost \Provider to set the Provider: @@ -71,6 +74,7 @@ CONNECTION AND PROVIDER COMMANDS Oracle Oracle 8i System.Data.OracleClient System.Data.OracleClient PostgreSql NET Postgres Npgsql Npgsql MySql ByteFX MySQL ByteFX.Data.MySqlClient ByteFX.Data + Firebird Firebird FirebirdSql.Data.Firebird FirebirdSql.Data.Firebird Example: to set the provider for MySQL: SQL# \provider mysql -- 2.25.1