Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.072 Times

T Sql freeware
Filter: All | Freeware | Demo
 

T Sql

< 1 2 3 4 5 > 
Added: August 12, 2010 | Visits: 920

SQL::Statement::Embed SQL::Statement::Embed can embed a SQL engine in a DBD or module. SQL::Statement is designed to be easy to embed in other modules and to be especially easy to embed in DBI drivers. It provides a SQL Engine and the other module needs to then provide a data source and a storage mechanism. For... Platforms: *nix

License: Freeware Size: 87.04 KB Download (98): SQL::Statement::Embed Download

Added: October 03, 2010 | Visits: 1.045

t-prot t-prot (TOFU Protection) is a filter which improves the readability of email messages and Usenet posts by hiding some of their annoying parts. The annoyances it handles include mailing list footers, signatures, TOFU, sequences of blank lines, and repeated punctuation. TOFU is an acronym that... Platforms: *nix

License: Freeware Size: 38.91 KB Download (91): t-prot Download

Added: August 08, 2010 | Visits: 724

Dimedis::Sql Dimedis::Sql is a SQL/DBI Interface for banking applications. SYNOPSIS use Dimedis::Sql; my $sqlh = new Dimedis::Sql ( ... ); $sqlh->install ( ... ); my $seq_id = $sqlh->insert ( ... ); my $modified = $sqlh->update ( ... ); my $blob_sref = $sqlh->blob_read ( ... ); $sqlh->use_db (... Platforms: *nix

License: Freeware Size: 58.37 KB Download (93): Dimedis::Sql Download

Added: March 06, 2010 | Visits: 1.267

SQL::Shell SQL::Shell is a command interpreter for DBI shells. SYNOPSIS use SQL::Shell; #Initialise and configure my $sqlsh = new SQL::Shell(%settings); $sqlsh->set($setting, $new_value); $value = $sqlsh->get($setting); #Interpret commands $sqlsh->execute_command($command);... Platforms: *nix

License: Freeware Size: 30.72 KB Download (158): SQL::Shell Download

Added: June 26, 2010 | Visits: 1.195

SQL::Generator SQL::Generator is a Perl module to generate SQL-statements with oo-perl. SYNOPSIS use SQL::Generator; With this module you can easily (and very flexible) generate/construct sql-statements. As a rookie, you are used to write a lot of sprintf`s every time i needed a statement (i.e.for DBI).... Platforms: *nix

License: Freeware Size: 13.31 KB Download (124): SQL::Generator Download

Added: October 03, 2010 | Visits: 995

DL/SQL DL/SQL is declarative, turing-complete programming language based on top of SQL database. The main idea is to store both program and data in one SQL table and make all the computations in it. The current version of interpreter written in PHP contains quasi-lazy evaluation and simple caching.... Platforms: *nix

License: Freeware Size: 21.5 KB Download (98): DL/SQL Download

Added: November 23, 2010 | Visits: 967

SQL::Amazon::Request::Help SQL::Amazon::Request::Help is an Interface to retrieve Help content. SYNOPSIS $dbh = DBI->connect(dbi:Amazon:, $amznid, undef, { amzn_mode => books, amzn_locale => us, amzn_max_pages => 3 }) or die "Cannot connect: " . $DBI::errstr; # # search for some Perl DBI books # $sth =... Platforms: *nix

License: Freeware Size: 58.37 KB Download (88): SQL::Amazon::Request::Help Download

Added: February 11, 2010 | Visits: 981

SQL::Amazon::UserGuide SQL::Amazon::UserGuide is a Perl module with user Guide for DBD/SQL::Amazon. SYNOPSIS # # create the parser, passing in the current Amazon metadata # my $parser = SQL::Amazon::Parser->new(%attrs); # # parse a SQL statement, returning a SQL::Amazon::Statement # my $stmt =... Platforms: *nix

License: Freeware Size: 58.37 KB Download (94): SQL::Amazon::UserGuide Download

Added: April 15, 2010 | Visits: 1.327

omega t+ omega t+ is a computer assisted translation (CAT) tool suite. omega t+ currently includes omegat, a translation editor tool with numerous features, extspell, an Apsell spell checker user interface, sentseg, for sentence segmenting of documents, and OmegaT packages, from which omegat is... Platforms: *nix

License: Freeware Size: 655.36 KB Download (160): omega t+ Download

Added: July 26, 2010 | Visits: 924

sql++ sql++ is an easily configurable, feature-rich, portable command-line SQL tool. It can be used with many different databases and in place of other commandline tools such as MySQLs mysql-client, Microsoft SQL, PostgreSQLs psql, and Oracles sqlplus. sql++ project has features such as multiple... Platforms: *nix

License: Freeware Size: 36.86 KB Download (173): sql++ Download

Added: July 05, 2010 | Visits: 1.347

SQL Uniform SQL Uniform is a database client with a graphical user interface (GUI). The project is a helper application to relational databases of various types regarding query, maintenance, data comparison, export (convert), and import. It supports any kind of database and database servers to which there... Platforms: *nix

License: Freeware Size: 4.8 MB Download (116): SQL Uniform Download

Added: March 05, 2010 | Visits: 1.275

T-Sim T-Sim project is an early version of a helicopter simulator for GNU/Linux. It already has random terrain generation, a 3D cockpit view with working instruments and an external view. The flight model, however, is still very simplistic. Keys N increase throttle B decrease throttle V move... Platforms: *nix

License: Freeware Size: 41.98 KB Download (182): T-Sim Download

Added: May 21, 2010 | Visits: 1.384

T-ish Pack T-ish Pack provides a fast Clearlooks and Ubuntulooks themes for Gnome made to loosely resemble OSX Tiger. They fit well with Compiz also. Contents: T-ish - Clearlooks theme T-ish Aguastyle - Clearlooks theme with some pixmap elements T-ish-Ubuntulooks - Ubuntlooks theme T-ish-Ubuntulooks... Platforms: *nix

License: Freeware Size: 665.6 KB Download (182): T-ish Pack Download

Added: March 24, 2010 | Visits: 1.157

SQL::Schema SQL::Schema is a Perl module to convert a data dictionary into SQL statements. SYNOPSIS use DBI; my $dbh = DBI->connect(...); use SQL::Schema; my $schema = SQL::Schema->new($dbh); my $sql = $schema->string; print $sql; print "$schema"; WARNING This is alpha software. It... Platforms: *nix

License: Freeware Size: 33.79 KB Download (98): SQL::Schema Download

Released: March 21, 2011  |  Added: March 24, 2011 | Visits: 1.201

DTM ODBC SQL runner DTM SQL runner is a free command line tool for SQL statements execution. The runner allows the user to specify ODBC data source name and file with SQL statement to be executed. This handy tool for developers, database administrators and advanced users is suitable for batch and scheduled job... Platforms: Windows

License: Freeware Size: 68.96 KB Download (491): DTM ODBC SQL runner Download

Released: April 01, 2014  |  Added: April 13, 2014 | Visits: 1.088

Netwrix SQL Server Change Reporter Microsoft(R) SQL Server is a complex system with many different types of managed objects and requires daily changes to servers settings, security roles, databases, etc. All administrative activities require tracking of changes especially in environments managed by multiple DBAs and server... Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 2.97 MB Download (122): Netwrix SQL Server Change Reporter Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 789

T.H.O.R.I.U.M. T.H.O.R.I.U.M. which is actually short for Thermooptic radiation iteration universal module is a project that has been developed to be an Open Source, precise, fast and easy-to-use, software used for radiation heat transfer analysis. Now you can make use of this tool to perform various analysis... Platforms: Windows

License: Freeware Download (435): T.H.O.R.I.U.M. Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 805

Navicat for SQL Server for Mac OS An ideal solution for administration and development which lets you create, edit databases, run SQL queries and connect to remote SQL Server in an easier way. It features an intuitive GUI and offers powerful visual tools such as Query Editor with syntax highlight capability, SQL Preview, SQL... Platforms: Mac

License: Freeware Size: 17.2 MB Download (52): Navicat for SQL Server for Mac OS Download

Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 1.297

Publish Table to Word for SQL Server Standard Publish Table to Word for SQL Server is a very effective application, with a wizard interface, that will help users create copies of table's data as Microsoft Word documents. Publish table to Word supports all modern versions of Microsoft SQL Server. Limited support for 6.0 and 6.5 versions is... Platforms: Windows


Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 801

Don't Sleep Don't Sleep application was developed to be a small tool that will prevent system shutdown, Standby, Hibernate, Turn Off and Restart. Especially when old Programs run on Windows-7 or Windows Vista. Here's more aggressive power-saving features with new rules. But not only that, it also... Platforms: Windows

License: Freeware Download (424): Don't Sleep Download

< 1 2 3 4 5 >