Categories
Tags → Mysql Query And

Sam Database Pagination Class

This class can be used to display database query results split in multiple pages. It can perform queries to a MySQL database table and retrieve a range of results to display in the current page given the page number and the limit of results to ...
DETAILS

Simple csv to MySQL tool

This code will take a csv file and create or, insert or update, the data into a MySQL database. It assumes the first line contains the field names and uses that to build the SQL query for the following data lines. There''s a download button fo...
DETAILS

SQLWave for MySQL

Nerocode SQLWave is a powerful MySQL GUI tool designed to automate and simplify database development process. It also provides an easier way to explore and maintain existing databases, design compound SQL statements, query and manipulate data in diff...
DETAILS

Free MySQL GUI - Navicat

Navicat MySQL GUI is a leading MySQL management tool which features an intuitive interface and provides a set of useful tool to manage and develop MySQL. This Lite version supports SSH and HTTP Tunnel for remote database connection. Navicat ful...
DETAILS

Simple DMOZ Spider

Scans www.DMOZ.org in real time (not RDF dumps), and prepares MySQL INSERT queries for ADP database. I needed a slightly faster spider to pick up links from DMOZ, so this tool was born. To use, set the minimum Google PR for your links, ADP category I...
DETAILS

florDatagrid: A simple php datagrid class

1. Easy to generate reports 2. Columns automatically determined and appropriate number of html table columns are created. 3. Can tweak color, padding, and other basic settings of the grid. 4. Allow setting a dataKey property for recording the k...
DETAILS

florDBProcess: The easy way to do MySQL database scripting with PHP

Coding data access methods in PHP for the MySQL we very often come across the same connect, fetch, query and other methods. Here is a php script which creates a class for DB access, called DBprocess, and in a way makes inserts, updates, selects...
DETAILS

Database Functions

This class can be used to build and execute MySQL database queries. It can build SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and values. The class can also execute the generated queries and retrieve the SELECT query...
DETAILS

Zipcode Proximity script

Find all the zip codes within a radius of x miles from another zip code OR find the distance between 2 zip codes. This program was written with simplicity in mind. It is VERY easy to use and install. I even included a working example. This script c...
DETAILS

IAM-XLS

This class can be used to generate Excel spreadsheets in XLS format. It can add text or numeric values to given rows and columns of a spreadsheet. The class may also execute a MySQL database query and generate a single spreadsheet with th...
DETAILS

Page:
©2003-2019 jCay.com