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

Oracle Sql Developer Sql Data Dump freeware
Filter: All | Freeware | Demo
 

Oracle Sql Developer Sql Data Dump

< 1 2 3 4 5 > 
Added: September 20, 2010 | Visits: 864

jPersist 2 jPersist is an extremely powerful, light-weight, object-relational database persistence API that manages to avoid the need for configuration and annotation; mapping is automatic. The project uses JDBC and can work with any relational database and any type of connection resource. jPersist uses...



Platforms: *nix

License: Freeware Size: 174.08 KB Download (100): jPersist 2 Download

Added: November 09, 2010 | Visits: 1.015

Rails Rails web framework is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-Ruby development...





Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): Rails Download

Added: October 08, 2010 | Visits: 907

AlchemySOAP AlchemySOAP is a fork of the EasySoap++ SOAP 1.1 library. Adding enhanced protocol support (SOAP 1.2), a large number of automated unit tests and interoperability tests, and several other notable features (Multithreaded SOAP request handling, optional SSL/DOM, serialization improvements to work...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (99): AlchemySOAP Download

Added: March 24, 2010 | Visits: 1.152

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

Added: August 12, 2010 | Visits: 914

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: 987

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: July 18, 2010 | Visits: 1.565

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: July 02, 2010 | Visits: 871

GTKO GTKO is a GTK+ 2 Oracle development tool. Its features include a schema browser, multiple SQL work areas, SQL syntax highlighting, bind variable entry widgets in the command window, tracing facility, and SQL*Plus-style command scripting. For SQL statement analysis and tuning there is a...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (95): GTKO Download

Added: November 15, 2010 | Visits: 887

Test::Struct Test::Struct is a Perl extension for testing for structural equivelence. SYNOPSIS use Test::Struct; deep_eq($hairy_struct,$expected,Hairy structural test); is($x,$y); # and everything else Test::More has to offer! Test::Struct is used for doing deep structural comparisons of two objects....


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Test::Struct Download

Released: April 04, 2013  |  Added: May 11, 2013 | Visits: 1.383

LinqConnect Express LinqConnect Express is a free fast and easy to use ORM solution, developed closely to the Microsoft LINQ to SQL technology, and supporting SQL Server, Oracle, MySQL, PostgreSQL, and SQLite. It provides a powerful model designer tool with complete integration to Visual Studio - Entity Developer....


Platforms: Windows

License: Freeware Size: 42.19 MB Download (94): LinqConnect Express Download

Added: April 08, 2010 | Visits: 755

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 11, 2010 | Visits: 977

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: May 05, 2010 | Visits: 1.194

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: August 08, 2010 | Visits: 719

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: June 08, 2010 | Visits: 817

Template::Plugin::Java::Utils Template::Plugin::Java::Utils is a Perl module with utility functions for Template::Plugin::Java. SYNOPSIS use Template::Plugin::Java::Utils qw/list of subroutines to import/; SUBROUTINES createTemplate Creates a new Template with reasonable options. parseOptions Replaces c_c with...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Template::Plugin::Java::Utils Download

Added: February 25, 2010 | Visits: 961

G.O.SQL G.O.SQL is a Web-based data management tool for Oracle. Currently, the project supports 7 schemas objects: table, view, index, sequence, function, procedure, and synonym.. Get G.O.SQL at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (92): G.O.SQL Download

Added: October 09, 2010 | Visits: 1.016

Distributed Multiplatform Framework 0.7.1 / 1.0 Distributed Multiplatform Framework is a component-based programming framework using XML (or currently a hardcoded variant) as the repository. The samples are implemented either in console or wxWidgets. This shows the independence of the GUI or UI. This framework includes a database form...


Platforms: *nix

License: Freeware Size: 5.2 MB Download (90): Distributed Multiplatform Framework 0.7.1 / 1.0 Download

Released: January 27, 2013  |  Added: January 27, 2013 | Visits: 839

DMT SQL Editor SQL Editor is the tool that allows you to execute SQL queries and scripts development quickly and simply. This software will prove to be a smart choice for anyone who wants to edit SQL scripts and requires an easy-to-use interface. Features : Support for Microsoft® SQL Server™ 2008...


Platforms: Windows

License: Freeware Size: 2.08 MB Download (90): DMT SQL Editor Download

Added: January 25, 2010 | Visits: 668

iPhoto To SQL iPhoto To SQL is an export plugin for iPhoto that will create an SQL dump file with all picture metadata in addition to creating scaled images and thumbnails. If you've written your own photo gallery software, use this to get your photos and associated metadata into your database backend.iPhoto...


Platforms: Mac

License: Freeware Size: 22 KB Download (88): iPhoto To SQL Download

Added: May 27, 2010 | Visits: 1.040

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

< 1 2 3 4 5 >