| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | HelixMailer SQL |
script | ASP | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 2 | DBMan SQL |
script | CGI Perl | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 3 | PIGMy-SQL |
script | PHP | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 4 | MailGrab SQL |
script | CGI Perl | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 5 | RiSearch SQL |
script | CGI Perl | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 6 | SQL Relations 2.0 |
windows | Software Development->Databases and Networks | 69$ |
View Detail
|
|||||||||
| 7 | ActivDesk SQL |
script | CGI Perl | $299.00 |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 8 | SQL QuickRegister |
script | CGI Perl | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 9 | Dimedis::Sql 0.44 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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 ( ...) my $db_prefix = $sqlh->db_prefix ( ...) my $modified = $sqlh->do ( ... ); my $href = $sqlh->get ( ... ); my @row = $sqlh->get ( ... ); my ($from, $where) = $sqlh->outer_join ( ... ); my $cond = $sqlh->cmpi ( ... ); my $where = $sqlh->contains ( ... ); my $feature_href = $sqlh->get_features; Tags: |
||||||||||||||
| 10 | Auto SQL |
script | ASP->Database Tools | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 11 | SQL*XL 3 |
windows | Business Finance->Office Add ins | $95.00 |
View Detail
|
|||||||||
SQL*XL makes it very easy to deal with databases from Excel. Basically it will allow you to use Excel as scratchpad. You can retrieve database information in the spreadsheet and take data from spreadsheets into the database. SQL*XL is full featured and nicely integrated: a new menu bar, usage of Excel cells in SQL, dialogs, installer, help file, etc, etc. SQL*XL connects to all major databases including Oracle, SQL Server, Access, and many more. Tags: |
||||||||||||||
| 12 | SQL Populator 1.0 |
windows | Software Development->Databases and Networks | $39.95 |
View Detail
|
|||||||||
Tags:
|
||||||||||||||
| 13 | Oracle::SQL 0.01 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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 initializing object for Oracle::SQL::Builder. Tags: |
||||||||||||||
| 14 | SQL Tutorial |
script | ASP | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 15 | sql++ 0.13 |
linux | Database->Administrative frontents | Free |
View Detail
|
|||||||||
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 connections, multi-database interfacing, subselects for all databases, regardless of whether the database has native subselects or not, and much more. Tags:
|
||||||||||||||
| 16 | SQL UpperCase 1.5 |
windows | Software Development->Databases and Networks | $25 |
View Detail
|
|||||||||
You dont have to press Shift or Caps Lock button every time you write SQL reserved word. SQL UpperCase makes it for you. Just type at your IDE, like you did it before and select will become SELECT, from will become FROM and so on. You dont have to keep in mind all database objects. You dont have to type it even! Just press a hot key in your IDE and SQL UpperCase will show hint window with database objects right where you typed. Just select desired one and its name pastes into your IDE. Organize database objects in groups and set key shorcuts for thees groups! When working with sql code, select database object, press Ctrl+C+C (Hold Ctrl key and without releasing it, double press "C" key) and youll get information about that object - i.e. column or parameters names, their types, etc. You may select any word and by pressing Ctrl+C+C bring all database objects which names match selected word, i.e. their name contains selected word substring. SQL UpperCase supports most popular database servers - Oracle and MSSQL. You can switch between theese servers with one mouse click. SQL UpperCase works in conjunction with any IDE and extends their functionality. That means, that you can easily migrate to another IDE, without loosing custom capabilities SQL UpperCase gives you. You can even migrate to different database Server! (Oracle or MSSQL). With SQL UpperCase you can effectively write SQL queries even in Notepad! SQL works in conjunction with those applications that you choose. For example, you can test queries in Microsoft SQL Query analyzer and compile stored procedures in MultiEdit. You can set up SQL UpperCase to work in both applications. SQL UpperCase automatically changes letter case of SQL reserved words. Just type in any source editor SQL code and SQL UpperCase will automatically transform, for example select -> SELECT , where -> WHERE and so on. Tags: |
||||||||||||||
| 17 | SQuirreL SQL Client |
script | Java | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 18 | Insert Using SQL |
script | ASP | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 19 | SQL Developer 2 |
windows | Software Development->Databases and Networks | $99.00 |
View Detail
|
|||||||||
SQL Developer is a is a database administration and query tool that provides a single consistent interface for various databases. Visually navigate through your database structure, create and execute SQL queries and scripts the easy way. Or reverse engineer complete data models with the integrated diagram editor. The follwing databases have been tested during development: Oracle 8/8i/9i/10g, IBM DB2 (OS 390, Windows), Sybase Adaptive Server Anywhere, Microsoft SQL Server, Microsoft Access, Microsoft Excel, PostgreSQL, PointBase Server, Firebird, MySQL, Mimer SQL, Gupta SQL Base, Ingres, Informix, Mckoi, Cloudscape and HypersonicSQL. Tags: |
||||||||||||||
| 20 | PApp::SQL 1.02 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
PApp::SQL is an absolutely easy yet fast and powerful sql access. SYNOPSIS use PApp::SQL; my $st = sql_exec $DBH, "select ... where a = ?", $a; local $DBH = ; my $st = sql_exec my($bind_a, $bind_b), "select a,b ..."; my $st = sql_insertid sql_exec "insert into ... values (?, ?)", $v1, $v2; my $a = sql_fetch "select a from ..."; sql_fetch my($a, $b), "select a,b ..."; sql_exists "table where name like a%" or die "a* required but not existent"; my $db = new PApp::SQL::Database "", "DBI:mysql:test", "user", "pass"; local $PApp::SQL::DBH = $db->checked_dbh; # does ping sql_exec $db->dbh, "select ..."; Tags: |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
