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

Sql Datetime freeware
Filter: All | Freeware | Demo
 

Sql Datetime

1 2 3 4 5 > 
Added: November 26, 2010 | Visits: 1.156

DateTime::Format::Pg DateTime::Format::Pg is a Perl module to parse and format PostgreSQL dates and times. SYNOPSIS use DateTime::Format::Pg; my $dt = DateTime::Format::Pg->parse_datetime( 2003-01-16 23:12:01 ); # 2003-01-16T23:12:01+0200 DateTime::Format::Pg->format_datetime($dt); This module understands...



Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): DateTime::Format::Pg Download

Added: September 13, 2010 | Visits: 883

Data::Faker::DateTime Data::Faker::DateTime is a Data::Faker plugin. DATA PROVIDERS unixtime Return a unix time (seconds since the epoch) for a random time between the epoch and now. date Return a random date as a string, using a random date format (see date_format). time Return a random time as a...





Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Data::Faker::DateTime Download

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

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.581

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.379

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.048

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 (367): EMS SQL Manager 2007 Lite for MySQL Download

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

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

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 09, 2010 | Visits: 887

DateTime::TimeZone::SystemV DateTime::TimeZone::SystemV is a Perl module with System V and POSIX timezone strings. SYNOPSIS use DateTime::TimeZone::SystemV; $tz = DateTime::TimeZone::SystemV->new("EST5EDT"); if($tz->is_floating) { ... if($tz->is_utc) { ... if($tz->is_olson) { ... $category = $tz->category;...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (99): DateTime::TimeZone::SystemV Download

Added: March 21, 2010 | Visits: 1.219

App::datetime App::datetime is a date and time considerations. Most Enterprise development includes processing of dates and times. There are many date and time modules on CPAN, and choosing the right one can be confusing. There are no special perl data types for dates and times, so some direction is needed....


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::datetime Download

Added: August 22, 2010 | Visits: 1.080

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: October 27, 2010 | Visits: 1.059

DateTime::Precise DateTime::Precise can perform common time and date operations with additional GPS operations. SYNOPSIS use DateTime::Precise; use DateTime::Precise qw(:TimeVars); # Constructors and ways to set time. $t1 = DateTime::Precise->new; $t2 = DateTime::Precise->new(1998. 4. 3 12:13:44.054);...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (89): DateTime::Precise Download

Added: January 16, 2010 | Visits: 1.614

DateTime::Cron::Simple DateTime::Cron::Simple is a Perl module that can parse a cron entry and check against current time. SYNOPSIS use DateTime::Cron::Simple; $c = DateTime::Cron::Simple->new($cron); $boolean = $c->validate_time; $c->new_cron($cron); This module is a quick and dirty way to determine if a...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): DateTime::Cron::Simple Download

Added: April 20, 2010 | Visits: 976

Xfce 4 Datetime Plugin Xfce 4 Datetime Plugin shows the date and time in the panel, and a calendar appears when you left-click on it. You can also have a look at ‘orage’, which is a bit more advanced calender. Usage: - Compile and install the datetime package - Right-click the Xfce panel > Add New Item >...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (98): Xfce 4 Datetime Plugin Download

Added: August 03, 2010 | Visits: 1.106

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

DateTime::Format::Builder DateTime::Format::Builder is a Perl module to create datetime parser classes and objects. SYNOPSIS package DateTime::Format::Brief; our $VERSION = 0.07; use DateTime::Format::Builder ( parsers => { parse_datetime => [ { regex => qr/^(d{4})(dd)(dd)(dd)(dd)(dd)$/, params => [qw( year...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): DateTime::Format::Builder 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: 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

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

1 2 3 4 5 >