Categories
Tags → Sql Queries

Databasic - MySQL Handler

A basic wrapper class for the MySQL database engine. Contains methods for connecting to a database, fetching and returning results, building insert and update queries, optimization and more. * Creates a persistent connection to a specified databa...
DETAILS

SQL Queries For Paging In ASP.NET

This tutorial explains different ways about how to build SQL queries for paging on SQL Server. Data paging is common task for ASP.NET developers. It could be very confusing if you place hundreds, thousands or even millions of records on single page....
DETAILS

Ad Hoc Queries in ASP.NET

Ad hoc SQL query is dynamically created when needed to return information like database search results, user profile info or more generally, any information that are related to user specific request. This tutorial explains how to build ad hoc queri...
DETAILS

FlySpeed SQL Query

FlySpeed SQL Query is an easy-to-learn-and-operate graphical tool for all database users and developers. It allows you to build queries on different database servers without needing deep knowledge of SQL syntax and performs a wide range of data mani...
DETAILS

SQLc

Manage your MySQL databases using a simple powerful interface. You can make backups in .sql format (optionally compressing with GZip), and restore the data from these files. Database dump files generated by phpMyAdmin are supported, and the script is...
DETAILS

MyDBDB MySQL multi-databases browser

This set of scripts can be used, with minor customization, to access multiple MySQL databases (hence, &"DBDB&"), even at different servers (if they are accessible from the web server where these scripts run), for displaying data in ...
DETAILS

Google SQL Search Script

This script has been designed to allow the searching of Google using SQL. This allows more complex queries than achievable via Google''s Standard or Advanced search facilities. Available parameters for Google search have been represented as fi...
DETAILS

PEAR::DB replacement

As the title says. It mimicks the PEAR::DB API, with a few (~3) very useful added functions: reset() for reseting a result set back to the first row, seek() for moving to a specific point in the result set and an SQL debugger which makes it much easi...
DETAILS

Page:
©2003-2019 jCay.com