Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Morgan <monodanmorg@yahoo.com>2003-01-29 16:09:12 +0300
committerDaniel Morgan <monodanmorg@yahoo.com>2003-01-29 16:09:12 +0300
commitaf653b483b9bf8247c85ec0fcfa984e082d1718d (patch)
treec4c29c94b57896f0e832097619cd8a94002d0cd5 /man/sqlsharp.1
parentb621d08f4a418054075e53c74cef4a487cba857b (diff)
2003-01-29 Daniel Morgan <danmorg@sc.rr.com>
* doc/postgresql * doc/mysql * doc/ado-net: updates to web pages * man/sqlsharp.1: update to man page svn path=/trunk/mono/; revision=11010
Diffstat (limited to 'man/sqlsharp.1')
-rwxr-xr-xman/sqlsharp.134
1 files changed, 29 insertions, 5 deletions
diff --git a/man/sqlsharp.1 b/man/sqlsharp.1
index 7ddfea6f583..7fa4ce9be9c 100755
--- a/man/sqlsharp.1
+++ b/man/sqlsharp.1
@@ -352,17 +352,19 @@ SqlClient MS SQL 7/2000 System.Data.SqlClient System.Data
Odbc ODBC System.Data.Odbc System.Data
External to System.Data
-----------------------
+-----------------------
MySql MySQL Mono.Data.MySql Mono.Data.MySql
Sqlite SQL Lite Mono.Data.SqliteClient Mono.Data.SqliteClient
Sybase Sybase Mono.Data.SybaseClient Mono.Data.SybaseClient
Tds TDS Generic Mono.Data.TdsClient Mono.Data.TdsClient
-PostgreSql MonoPostgreSQL Mono.Data.PostgreSqlClient Mono.Data.PostgreSqlClient
+PostgreSql M PostgreSQL Mono.Data.PostgreSqlClient Mono.Data.PostgreSqlClient
+DB2 IBM DB2 Mono.Data.DB2Client Mono.Data.DB2Client
+Oracle Oracle 8i System.Data.OracleClient System.Data.OracleClient
External to Mono
----------------
-Npgsql PostgreSQL.NET Npgsql Npgsql
+Npgsql NetPostgreSQL Npgsql Npgsql
MySQLNet ByteFX MySQL ByteFX.Data.MySQL ByteFX.Data
.fi
@@ -419,10 +421,32 @@ which connects to a PostgreSQL database:
Provider=PostgreSQL;Addr=127.0.0.1;Database=rodrigo
+
+Oracle via System.Data.OracleClient
+
+ Data Source=testdb;User ID=scott;Password=tiger
+
+
+IBM DB2 Universal Database via Mono.Data.DB2Client
+
+ DSN=sample;User ID=db2admin;Password=mysecret
+
+
+Npgsql (.NET PostgreSQL) from
+http://gborg.postgresql.org/project/npgsql/projdisplay.php
+
+ Server=localhost;Database=test;User ID=postgres;Password=fun2db
+
+
+MySQLNet (ByteFX MySQL) from
+http://sourceforge.net/projects/mysqlnet/
+
+ Server=localhost;Database=test;User ID=mysql;Password=
+
.fi
-.SH DEBUGGING SUPPORT
-No debugging support.
+.SH TRACING SUPPORT
+No support for tracing right now.
.SH AUTHORS
The Mono SQL# Tool was written
.nf