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.332.133 Times

Informix Sql freeware
Filter: All | Freeware | Demo
 

Informix Sql

1 2 3 4 5 > 
Released: October 16, 2012  |  Added: October 16, 2012 | Visits: 859

SQL Database Professional The SQL Database Professional data export module for Accurate Printer Monitor is used for recording/saving variables the parser receives and extracts from the stream of bytes into SQL-compatible databases, such as SQLBase, Oracle, Microsoft SQLServer, Sybase, DB2, Informix, Interbase, Firebird,...



Platforms: Windows

License: Freeware Download (69): SQL Database Professional Download

Released: April 10, 2013  |  Added: June 12, 2013 | Visits: 957

SQLWays Express Version Ispirer's business is grounded on a cutting-edge migration tool SQLWays, which has the potential and powerful outcomes. It can take full control of the entire migration cycle providing high automation of all migration phases. SQLWays converts stored procedures, functions, triggers, database...





Platforms: Windows, *nix, DOS

License: Freeware Size: 30.31 MB Download (56): SQLWays Express Version Download

Released: June 05, 2006  |  Added: June 05, 2006 | Visits: 4.594

EMS SQL Manager 2005 Lite for InterBase/Firebird It provides an easy-to-use graphical interface for maintaining databases and database objects, managing table data, simply edit SQL queries, run SQL scripts, administering users and their privileges and more. Key Features: - Latest InterBase and Firebird versions support; -...


Platforms: Windows

License: Freeware Size: 12.7 MB Download (635): EMS SQL Manager 2005 Lite for InterBase/Firebird Download

Released: March 26, 2007  |  Added: April 01, 2007 | Visits: 4.584

EMS SQL Manager 2007 Lite for Oracle EMS SQL Manager for Oracle is a high performance tool for Oracle Database Server administration and development. SQL Manager for Oracle works with any Oracle versions from 8.1.7 to 10g and supports all Oracle objects and all Oracle data types including the new BINARY_FLOAT and BINARY_DOUBLE...


Platforms: Windows

License: Freeware Size: 13.82 MB Download (368): EMS SQL Manager 2007 Lite for Oracle Download

Released: December 14, 2006  |  Added: December 14, 2006 | Visits: 4.381

EMS SQL Manager 2005 Lite for PostgreSQL EMS SQL Manager Lite for PostgreSQL is a light and easy-to-use freeware graphical tool for PostgreSQL administration. PostgreSQL Manager works with any PostgreSQL versions up to 8.1 and supports all of the latest PostgreSQL features including tablespaces, named arguments in functions and so on....


Platforms: Windows

License: Freeware Size: 12.66 MB Download (393): EMS SQL Manager 2005 Lite for PostgreSQL Download

Released: September 29, 2006  |  Added: January 24, 2007 | Visits: 3.766

EMS SQL Manager 2005 Lite for SQL Server It makes creating and editing MS SQL Server database objects easy and fast, and allows you to run SQL scripts, manage users and their privileges, simply edit SQL queries and more. Key Features: - Microsoft SQL 2005 Support; - Powerful and easy-to-use graphical user interface; -...


Platforms: Windows

License: Freeware Size: 12.99 MB Download (462): EMS SQL Manager 2005 Lite for SQL Server Download

Released: April 19, 2007  |  Added: April 30, 2007 | Visits: 4.051

EMS SQL Manager 2007 Lite for MySQL EMS SQL Manager for MySQL is a high performance tool for MySQL Database Server administration and development. SQL Manager for MySQL works with any MySQL versions from 3.23 to 5.2 and supports all of the latest MySQL features including views, stored procedures and functions, InnoDB foreign keys...


Platforms: Windows

License: Freeware Size: 21.44 MB Download (374): EMS SQL Manager 2007 Lite for MySQL Download

Added: August 02, 2008 | Visits: 1.705

TOAD for SQL Server TOAD« for SQL Server empowers database developers and administrators (DBA's) to be more productive by providing an intuitive graphical user interface to the Microsot SQL Server 2000 database. TOAD for SQL Server is a simple and powerful yet low-overhead Windows client tool that makes SQL...


Platforms: Windows

License: Freeware Size: 1006 KB Download (248): TOAD for SQL Server Download

Released: March 09, 2010  |  Added: June 26, 2010 | Visits: 2.380

EMS SQL Manager for SQL Server Freeware EMS SQL Manager for SQL Server Freeware is a high performance tool for Microsoft SQL Server database development and administration. SQL Manager works with any MS SQL Server versions from 7 to the newest one and supports the latest SQL Server features including new data types (datetimeoffset,...


Platforms: Windows

License: Freeware Size: 55.14 MB Download (229): EMS SQL Manager for SQL Server Freeware Download

Added: June 25, 2010 | Visits: 922

DBIx::SQL::Abstract DBIx::SQL::Abstract is a Perl module that provides a convenient abstraction layer to a database. SYNOPSIS use DBIx::SQL::Abstract; my $dbh = DBIx::SQL::Abstract->new( %dbcfg ); Building SQL Abstractions. my($query, @bind) = $dbh->select($table, @fields, %where, @order); my($query,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): DBIx::SQL::Abstract Download

Added: August 22, 2010 | Visits: 1.083

Chemistry::SQL Chemistry::SQL is an access database functions module. SYNOPSIS use strict; use Chemistry::SQL; use Chemistry::Artificial::SQL; my $db_name = $ARGV[0]; my $file = $ARGV[1]; my $db1 = Chemistry::SQL::new(db_host=>"127.0.0.1",db_user=>"root",db_port=>"3306",db_pwd=>"",...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (107): Chemistry::SQL Download

Added: August 03, 2010 | Visits: 1.107

SQL::Routine::Language SQL::Routine::Language is a Perl module for what language or grammar SQL::Routine speaks. SQL::Routine contains SQL schemas and queries, represented as a tree of atomic tokens; it is structurally like an abstract syntax tree or an XML DOM, but one that only accepts, respectively, a specific...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (87): SQL::Routine::Language Download

Added: July 18, 2010 | Visits: 1.567

SQL::Abstract::Limit SQL::Abstract::Limit is a portable LIMIT emulation. SYNOPSIS use SQL::Abstract::Limit; my $sql = SQL::Abstract::Limit->new( limit_dialect => LimitOffset );; # or autodetect from a DBI $dbh: my $sql = SQL::Abstract::Limit->new( limit_dialect => $dbh ); # or from a Class::DBI class: my...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (98): SQL::Abstract::Limit Download

Added: May 27, 2010 | Visits: 1.042

SQL::Interpolate SQL::Interpolate is a Perl module to interpolate Perl variables into SQL statements. SYNOPSIS use SQL::Interpolate qw(:all); # Some sample data to interpolate: my $s = blue; my @v = (5, 6); # Variable references are transformed into bind parameters. # The most basic usage involves...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (88): SQL::Interpolate Download

Added: May 05, 2010 | Visits: 1.196

SQL Relay SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux..


Platforms: *nix

License: Freeware Size: 8.6 MB Download (93): SQL Relay Download

Added: April 08, 2010 | Visits: 757

SQL::Preproc SQL::Preproc is a Perl module to embed SQL in your Perl (ala SQL preprocessors). SYNOPSIS use SQL::Preproc subclass => Chart, emit => 1, keepsql => 1, syntax => [ Teradata ], pponly => 1, relax => 1, alias => 1, debug => 1; use DBI; use DBI qw(:sql_types); use...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (94): SQL::Preproc Download

Added: February 03, 2010 | Visits: 1.433

SQL Admin SQL Admin is a Java client application to connect and send queries to different databases through JDBC. SQLAdmin uses the brand new SWT Toolkit. The main idea is to create a multiplatform and multidatabase thin client. For example, you can connect to an Microsoft SQL Server from a Linux...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (114): SQL Admin Download

Added: April 14, 2010 | Visits: 1.367

SQL::Translator::Manual SQL::Translator::Manual is a Perl module that contains a manual for SQL translator. SYNOPSIS SQL::Translator (AKA "SQLFairy") is a collection of modules for transforming (mainly) SQL DDL files into a variety of other formats, including other SQL dialects, documentation, images, and code. In...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (108): SQL::Translator::Manual Download

Added: May 19, 2010 | Visits: 1.425

SQL::Translator::Producer::GraphViz SQL::Translator::Producer::GraphViz is a GraphViz producer for SQL::Translator. SYNOPSIS use SQL::Translator; my $trans = new SQL::Translator( from => MySQL, # or your db of choice to => GraphViz, producer_args => { out_file => schema.png, add_color => 1, show_constraints => 1,...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (201): SQL::Translator::Producer::GraphViz Download

Added: July 11, 2010 | Visits: 1.442

Oracle::SQL Oracle::SQL is a Perl extension for building SQL statements. SYNOPSIS use Oracle::SQL; No automatically exported routines. You have to specifically to import the methods into your package. use Oracle::SQL qw(:sql); use Oracle::SQL /:sql/; use Oracle::SQL :sql; This is a package...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (200): Oracle::SQL Download

1 2 3 4 5 >