Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Sql2Csv-101_Setup.exe | 2007-11-30 | 968.9 kB | |
Sql2Csv-101_Source.zip | 2007-11-30 | 48.3 kB | |
Sql2Csv-101_ReleaseNotes.txt | 2007-11-30 | 2.5 kB | |
Sql2Csv-101_Readme.txt | 2007-11-30 | 3.5 kB | |
Sql2Csv-101_License.txt | 2007-11-30 | 1.8 kB | |
Sql2Csv-100_ReleaseNotes.txt | 2007-11-27 | 2.4 kB | |
Sql2Csv-100_Readme.txt | 2007-11-27 | 3.3 kB | |
Sql2Csv-100_License.txt | 2007-11-27 | 1.8 kB | |
Sql2Csv-100_Source.zip | 2007-11-27 | 47.5 kB | |
Sql2Csv-100_Setup.exe | 2007-11-27 | 968.3 kB | |
Totals: 10 Items | 2.0 MB | 1 |
Sql2Csv Readme ============== Sql2Csv is a small tool converting records selected from a database to a text file with separated values, html webpage, sql dump or xml file. Target users are semi database professionals that are able to use SQL. Sql2Csv is a .NET based tool developed in C# using Microsoft Visual C# 2005 Express. Sql2Csv supports Microsoft SQL Server, MySQL, Oracle, Firebird, PostgreSQL and ODBC Connections. More to be added. Get Microsoft Visual C# 2005 Express from http://www.microsoft.com/germany/msdn/vstudio/products/express/download.mspx License: ======= See the license details in the "License.txt" file. Usage: ====== Configure the connection strings to your desired databases and the application presets in "Sql2Csv.exe.config". Click "Sql2Csv.exe" to start the application. To start with SQL2Csv you can for example use the included SQLite 3 sample database by selecting Database "Sample (SQLite Database File)" and using SQL-Query "SELECT * FROM Products". You can also start the application in silent batch mode by using the following console command: Sql2Csv /s <Connectionname> <SQL-Query> <Filename> For example: Sql2Csv /s "Sample (SQLite Database File)" "SELECT * FROM Products" "C:\Temp\Products.csv" Requirements: ============= Supports all 32-bit Microsoft Windows operating systems (Windows 2000/XP/Server 2003/Vista) with .NET Framework 2.0 installed. Works with the following type of databases: - Microsoft SQL Server (System.Data.SqlClient) - ODBC Connections (System.Data.Odbc) - Oracle (System.Data.OracleClient) - Firebird (FirebirdSql.Data.FirebirdClient) - MySQL (MySql.Data.MySqlClient) - PostgreSQL (Npgsql) - SQLite (System.Data.SQLite) Get ADO.NET Driver for MySQL (Connector/NET) from http://dev.mysql.com/downloads/connector/net/ Get Oracle Instant Client from http://www.oracle.com/technology/tech/oci/instantclient/index.html Get Firebird ADO.NET Data Provider from http://www.firebirdsql.org/index.php?op=devel&sub=netprovider Get Npgsql .Net Data Provider for PostgreSQL from http://pgfoundry.org/projects/npgsql Get SQLite ADO.NET 2.0 Provider from http://sqlite.phxsoftware.com/ Tested scenarios: ================= Successfully connected databases - Microsoft SQL Server 2005 Express 9.00.3042 on Windows XP Professional - Microsoft SQL Server 2005 Enterprise Edition 9.00.2047 on Windows 2003 Enterprise Edition - Microsoft SQL Server 2000 Standard Edition 8.0.760 on Windows 2000 Server - Oracle 9i Enterprise Edition Release 9.2.0.6 on Sun Solaris 9 - Oracle 10g Express Edition on Windows Server 2003 Standard Edition - MySQL Server 4.1.22 on PC Linux GNU - MySQL Server 5.0.15 on PC Linux GNU - MySQL Server 5.0.45 on Windows Server 2003 Standard Edition - Firebird 1.5 on Windows 2000 Server - Firebird 2.0.3 on Windows Server 2003 Standard Edition - PostgreSQL 8.2.5 on Windows Server 2003 Standard Edition - SQLite Version 3.4.2 on Windows XP Professional More Information ================ For more information about Sql2Csv please visit http://sourceforge.net/projects/sql2csv/. Thanks ====== Thanks to EMS for the great free SQL Manager Lite tools for every kind of existing database type. Visit http://www.sqlmanager.net/de/downloads for downloading SQL Manager Lite. Thanks to my colleagues for feeding me with useful informations and feature requests.