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

Transact Sql Tutorial freeware
Filter: All | Freeware | Demo
 

Transact Sql Tutorial

< 1 2 3 4 5 
Added: July 18, 2010 | Visits: 1.568

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: August 12, 2010 | Visits: 917

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: June 04, 2010 | Visits: 1.479

Rose::DB::Object::Tutorial Rose::DB::Object::Tutorial is a guided tour of the basics of Rose::DB::Object. INTRODUCTION This document provides a step-by-step introduction to the Rose::DB::Object module distribution. It demonstrates all of the important features using a semi-realistic example database. This tutorial does...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Rose::DB::Object::Tutorial Download

Added: October 03, 2010 | Visits: 990

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: March 24, 2010 | Visits: 1.155

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: April 01, 2010 | Visits: 1.445

Net::DBus::Tutorial::ExportingObjects Net::DBus::Tutorial::ExportingObjects is a Perl module that contains tutorials on providing a DBus service. This document provides a tutorial on providing a DBus service using the Perl Net::DBus application bindings. This examples in this document will be based on the code from the...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (95): Net::DBus::Tutorial::ExportingObjects Download

Added: January 25, 2010 | Visits: 639

SQL Language Module for BBEdit SQL Language Module for BBEdit provides syntax coloring of SQL commands in BBEdit.


Platforms: Mac

License: Freeware Size: 8 KB Download (95): SQL Language Module for BBEdit Download

Added: April 08, 2010 | Visits: 758

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

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: 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 (93): SQL::Routine::Language 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: August 08, 2010 | Visits: 721

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: February 25, 2010 | Visits: 963

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

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

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: June 25, 2010 | Visits: 925

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: May 27, 2010 | Visits: 1.043

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: November 23, 2010 | Visits: 964

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: January 25, 2010 | Visits: 669

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

Released: October 08, 2012  |  Added: January 22, 2015 | Visits: 1.534

SQL Check See SQL operations as they occur for the latest information; consider it a heart rate monitor for your SQL Server environment providing instant feedback and results. Customize the refresh rate and amount of historical data for each SQL server.. See SQL operations as they occur for the latest...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 2.68 MB Download (87): SQL Check Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 2.455

SQL VB ASP Code Generator SQL VB ASP Code Generator is a powerful multi-purpose tool that lets you effortlessly generate SQL, VB and ASP Code. You can even generate an entire VB application or ASP web application, all derived from the tables in your database with just one click. No more recreating the same old SELECT,...


Platforms: Windows

License: Freeware Size: 4.48 MB Download (85): SQL VB ASP Code Generator Download

< 1 2 3 4 5