| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Query Grid |
script | ASP NET | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 2 | ShoutCast-Query |
script | PHP | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 3 | EZ Query |
script | PHP | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 4 | PostMan Query 1.0 |
mac | Utilities->Internet Utilities | Free |
View Detail
|
|||||||||
PostMan Query is a native (Objective-C and C) PostgreSQL query tool. It allows SQL query results to be viewed in table and tab-delimited formats. PostMan Query allows both local and remote connections across the internet. Tab-delimited results can be printed or saved to disk. Tags: |
||||||||||||||
| 5 | MySql Query Maker |
script | PHP | Free |
View Detail
|
|||||||||
Update (2001-06-18): The browser related bugs have been fixed. The query results are presented in a tabular form. Tags: |
||||||||||||||
| 6 | DNS Query 1.2 |
windows | Network Tools->Network Information | Free |
View Detail
|
|||||||||
DNS Query will resolve an IP address for a specific host name and the other way arround. By just clicking "OK", DNS Query resolves your machines host name and IP address. Tags: |
||||||||||||||
| 7 | Thottbot Query 1.0 |
windows | Windows Widgets->Widget Games | Free |
View Detail
|
|||||||||
Really just a hack of the Google query widget to allow queries to Thottbot. Thottbot Query is a nice widget which will help you find where to get your next piece of armor or quest item. Thottbot Query widget allows you to search the Thottbot website for specific World of Warcraft related content. Tags: |
||||||||||||||
| 8 | DataMan Query Manager |
script | PHP | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 9 | MySQL Query 4.0 |
linux | Database->Database APIs | Free |
View Detail
|
|||||||||
MySQL Query is a software web development. You need MySQL installed in your PC. Tags: |
||||||||||||||
| 10 | OurNet::Query 1.56 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
OurNet::Query is a Perl module for scriptable queries with template extraction. SYNOPSIS use OurNet::Query; # Set query parameters my ($query, $hits) = (autrijus, 10); my @sites = (google, google); # XXX: write more templates! my %found; # Generate a new Query object my $bot = OurNet::Query->new($query, $hits, @sites); # Perform a query my $found = $bot->begin(&callback, 30); # Timeout after 30 seconds print *** . ($found ? $found : No) . match(es) found.; sub callback { my %entry = @_; my $entry = %entry; unless ($found{$entry{url}}) { print "*** [$entry->{title}]" . " ($entry->{score})" . " - [$entry->{id}]n" . " URL: [$entry->{url}]n"; } $found{$entry{url}}++; } This module provides an easy interface to perform multiple queries to internet services, and wraps them into your own format at once. The results are processed on-the-fly and are returned via callback functions. Its interfaces resembles that of WWW::Searchs, but implements it in a different fashion. While WWW::Search relies on additional subclasses to parse returned results, OurNet::Query uses site descriptors for search search engine, which makes it much easier to add new backends. Site descriptors may be written in XML, Template toolkit format, or the .fmt format from the commercial Inforia Quest product. Tags: |
||||||||||||||
| 11 | WMI Query 2.1 |
windows | Windows Widgets->System Utilities | Free |
View Detail
|
|||||||||
WMI Query is a tool for querying the WMI Interface in Windows with tons of system information. I use it to see how many user sessions are logged on to my website at any given moment. Tags: |
||||||||||||||
| 12 | Arabic MySQL Query |
script | PHP | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 13 | DNS Query 1.2 |
windows | Network Internet->Other | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 14 | Be::Query 0.1 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Be::Query is a Perl module to do a query for a given filesystem. SYNOPSIS use Be::Query; @files = Be::Query::Query($filesystem, $query); do a Query for a given filesystem USAGE @files = Be::Query::Query("/boot", "name=lib*.so"); $filesystem is a path anywhere in the target filesystem; $query is a query construction, of the form attribute op value [connector attribute op value] Such as (name = fido) || (size >= 500) Tags: |
||||||||||||||
| 15 | Mysql Select Query |
script | CGI Perl | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 16 | Marx Query DNS 1.0 |
windows | Network Tools->Network IP Scanner | Free |
View Detail
|
|||||||||
Marx Query DNS allows you to query multiple DNS servers with a specific domain name and view the response. Tags: |
||||||||||||||
| 17 | DB query 1.3 |
windows | Business Finance->Inventory Management | $150 |
View Detail
|
|||||||||
Tags:
|
||||||||||||||
| 18 | DB Query 1.3 |
windows | Network Internet->Database Utils | $150 |
View Detail
|
|||||||||
This distributed client/server application offers technology of searching in databases for users, not possessing knowledge of the SQL language. DB Query is a multi-tiered client-server application. It is partitioned into two logical units which run in conjunction on separate computers and consists of thin client and remote server. Db Query client is installed on the end users computer. It is a simple and not demanding to resource program (thin client), running under Windows systems, has a friendly interface and allows to make database search requests quite simply. For searching in databases the access schemes are used. These schemes are clear for perception information model of the related database tables. Having formed the request, client sends it to remote server processing. The Remote server is installed in a central networking location accessible to all clients. It performs the authorized connection of clients, granting them the individual access rights, and executes incoming search queries. Client has not direct contacts with data sources, it interacts only with the user and the remote server. Direct access to data and search request processing are realized on server side and is hidden from the end user. The interaction of the client and server occurs through a local or global network by TCP/IP protocol. For data protection against unauthorized access, server uses authorized client connection through it unique login and password. Besides it, client software binds to the users computer so, that connection to server with given login/password becomes possible only from single workplace. Presence of reliable protection from unauthorized data access and facilities of central client access management; possibility to organize the same access method to different databases; simplicity of use -all this makesthis software product a good way of organizing the work of users with different databases. Limitations: - No more than one client connection to server at a time can be established. Tags: |
||||||||||||||
| 19 | Relations::Query 0.93 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Relations::Query is a Perl Object for building queries with DBI/DBD::mysql. SYNOPSIS # Relations::Query Script that creates some queries. use Relations::Query; $query = new Relations::Query(-select => {fife => barney}, -from => {green_teeth => moogoo}, -where => "flotsam>jetsam", -group_by => "denali", -having => {fortune => cookie}, -order_by => [was,is,will], -limit => 1); $get_query = $query->get(); $query->set(-select => {clean => sparkle}, -from => {lean => book}, -where => "fighting is between courage and chaos", -limit => 123); $set_query = $query->get(); $get_add_query = $query->get_add(-select => {mean => dog}, -where => "running is null", -having => {kitties=> on_tv}, -limit => [9678]); $query = to_string({select => this, from => that}); Tags: |
||||||||||||||
| 20 | Interbase Query 4.7 |
windows | Network Internet->Database Utils | Free |
View Detail
|
|||||||||
Interbase Query is a free tool that can completely manage any Interbase 6+/Firebird 1.5+ database. It is based on Borland IBX components. It contains SQL Editor, Object Explorer, Event Watcher, Performance Monitor, User Manager, Grant Manager and IB Service tools. You can also export/import data to/from CSV, XML, raw batch file or printer. Free to use for both private and commercial users. SQL Editor It contains SQL Editor with syntax highlighting with Result Buffer. You can run any type of sql statement or script. Output is flushed to formatted text, not to grid, what it allows more flexible and synoptic result overview. You can also export/import data to/from CSV, XML, raw batch file or printer. Every correctly run statement is saved in SQL History Buffer. You can open multiple instances of this editor to run "simultaneous" queries. Object Explorer Here you can inspect every database object including its detail properties. Some object you can edit too. Also you can extract metadata of all objects including data for tables. Event Watcher Here you can inspect user defined event triggering. Performance Monitor This tool allows profile and watch database operations. It contains following modules: Memory usage of watched database Number of writes and read to database and to buffer cache User Manager Allows you add, edit and delete database users and roles. Grant Manager Allows to grant or revoke privileges on all database objects. Services Here are available following services: Server Log View Server Properties Overview Database Statistics Overview Database Validation Task Tags: |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
