Program Name: GridSql

Language: Java 2

Special Features:
-----------------
	This program uses a datagrid control created in java by extending JTable. This helps
in achieving similar functionality to Ms DataGrid. Tables with very large range of rows can be 
viewed through this control.

Purpose:
________
	A SQL client to connect with MS Access, Ms SQL Server, MySQL Server and Oracle.
This program  is useful if you wish to learn sql or doing some Database projects and wish to view
or update the schema or data. 

Installation and usage:
__________________
	The zip file has a directory structure '/gridsql' so most probably it will unzip in a new folder
named 'gridsql'. Please take care while unzipping as this program has many files.

	To run use the gridsql.bat file, if needed create its shortcut in a more accessible place.
You can acess table which have thousands of rows. The daragrid is there to load only a part of data..
Class File List:
-------------
1.Readme.txt (this file)
2.GridDemo.class (main class)
3.ExampleFileFilter.class (helper class)
4.DtGuiEx.class (helper class)
5.BusyIndicator.class(helper file)
6.DataGrid.class(helper file)

Attention:
_______________________________________
	If you wish to report a bug please mail me:
	ranjandd2002@yahoo.com
	
---------------------------------------------
Thank you