<?xml version="1.0" ?>
<XML_DIZ_INFO>
	<MASTER_PAD_VERSION_INFO>
		<MASTER_PAD_VERSION>2.01</MASTER_PAD_VERSION>
		<MASTER_PAD_EDITOR>PADGen 2.0.1.17 http://www.padgen.org</MASTER_PAD_EDITOR>
		<MASTER_PAD_INFO>Portable Application Description, or PAD for short, is a data set that is used by shareware authors to disseminate information to anyone interested in their software products. To find out more go to http://www.asp-shareware.org/pad</MASTER_PAD_INFO>
	</MASTER_PAD_VERSION_INFO>
	<Company_Info>
		<Company_Name>SQLParser.com</Company_Name>
		<Address_1 />
		<Address_2 />
		<City_Town />
		<State_Province />
		<Zip_Postal_Code />
		<Country />
		<Company_WebSite_URL>http://www.sqlparser.com</Company_WebSite_URL>
		<Contact_Info>
			<Author_First_Name>James</Author_First_Name>
			<Author_Last_Name>Wang</Author_Last_Name>
			<Author_Email>info@sqlparser.com</Author_Email>
			<Contact_First_Name>James</Contact_First_Name>
			<Contact_Last_Name>Wang</Contact_Last_Name>
			<Contact_Email>info@sqlparser.com</Contact_Email>
		</Contact_Info>
		<Support_Info>
			<Sales_Email>info@sqlparser.com</Sales_Email>
			<Support_Email>info@sqlparser.com</Support_Email>
			<General_Email>info@sqlparser.com</General_Email>
			<Sales_Phone />
			<Support_Phone />
			<General_Phone />
			<Fax_Phone />
		</Support_Info>
	</Company_Info>
	<Program_Info>
		<Program_Name>General SQL Parser</Program_Name>
		<Program_Version>0.9.1</Program_Version>
		<Program_Release_Month>08</Program_Release_Month>
		<Program_Release_Day>29</Program_Release_Day>
		<Program_Release_Year>2005</Program_Release_Year>
		<Program_Cost_Dollars>0</Program_Cost_Dollars>
		<Program_Cost_Other_Code />
		<Program_Cost_Other />
		<Program_Type>Freeware</Program_Type>
		<Program_Release_Status>Major Update</Program_Release_Status>
		<Program_Install_Support>No Install Support</Program_Install_Support>
		<Program_OS_Support>Win95,Win98,WinNT 4.x,Windows2000,WinXP,Windows2003</Program_OS_Support>
		<Program_Language>English</Program_Language>
		<Program_Change_Info>Performance improved</Program_Change_Info>
		<Program_Specific_Category />
		<Program_Category_Class>Development::Delphi</Program_Category_Class>
		<Program_Categories />
		<Program_System_Requirements />
		<Includes_JAVA_VM>N</Includes_JAVA_VM>
		<Includes_VB_Runtime>N</Includes_VB_Runtime>
		<Includes_DirectX>N</Includes_DirectX>
		<File_Info>
			<Filename_Versioned />
			<Filename_Previous />
			<Filename_Generic />
			<Filename_Long />
			<File_Size_Bytes>1740000</File_Size_Bytes>
			<File_Size_K>1699</File_Size_K>
			<File_Size_MB>1.66</File_Size_MB>
		</File_Info>
		<Expire_Info>
			<Has_Expire_Info>N</Has_Expire_Info>
			<Expire_Count />
			<Expire_Based_On>Days</Expire_Based_On>
			<Expire_Other_Info />
			<Expire_Month />
			<Expire_Day />
			<Expire_Year />
		</Expire_Info>
	</Program_Info>
	<Program_Descriptions>
		<English>
			<Keywords>Sql parser delphi vcl</Keywords>
			<Char_Desc_45>Parse SQL into parse tree for further process</Char_Desc_45>
			<Char_Desc_80>Parse SQL statements into a parse tree for further processing</Char_Desc_80>
			<Char_Desc_250>General SQL Parser is developed to help people who want to check syntax of SQL statements, pretty print out SQL statements,and parse SQL statements into a parse tree in your own program. </Char_Desc_250>
			<Char_Desc_450>Create parser for different databases such as MSSQL,Oracle to deal with different sql dialects.
Syntax check, give the error token, position and hint message.
Pretty print SQL statements with lots of configurable parameters, make it more readable.
Modify all parts of input sql, then rebuild on the fly.

Identify various database objects such as table, field, function in sqls.

Create different visitors to visit parse tree for any pur</Char_Desc_450>
			<Char_Desc_2000>Create parser for different databases such as MSSQL,Oracle to deal with different sql dialects.
Syntax check, give the error token, position and hint message.
Pretty print SQL statements with lots of configurable parameters, make it more readable.
Modify all parts of input sql, then rebuild on the fly.
Identify various database objects such as table, field, function in sqls.
Create different visitors to visit parse tree for any purpose with the full control of all tree nodes.
Export parse tree to xml string for further processing. 
Generate a list of TCustomSqlStatement objects which represent the corresponding SQL statements that have beed parsed. 
Parser can be instructed to ignore syntax error and continue.
Continuously check multiple SQL Statements even if there are syntax errors in some of these statements.


General SQL Parser is designed to deal with SQL statement used by different Database 
Such as Oracle,DB2,Informix,Sybase,Postgres,MySQL and so on. 
And we will make it conforms to most of the entry-level SQL92 Standard.</Char_Desc_2000>
		</English>
	</Program_Descriptions>
	<Web_Info>
		<Application_URLs>
			<Application_Info_URL>http://www.sqlparser.com</Application_Info_URL>
			<Application_Order_URL>http://www.sqlparser.com</Application_Order_URL>
			<Application_Screenshot_URL>http://www.sqlparser.com</Application_Screenshot_URL>
			<Application_Icon_URL />
			<Application_XML_File_URL>http://www.sqlparser.com/gsqlparser.xml</Application_XML_File_URL>
		</Application_URLs>
		<Download_URLs>
			<Primary_Download_URL>http://www.sqlparser.com/dl/gsqlparser.zip</Primary_Download_URL>
			<Secondary_Download_URL />
			<Additional_Download_URL_1 />
			<Additional_Download_URL_2 />
		</Download_URLs>
	</Web_Info>
	<Permissions>
		<Distribution_Permissions />
		<EULA />
	</Permissions>
	<ASP>
		<ASP_FORM>Y</ASP_FORM>
		<ASP_Member>N</ASP_Member>
		<ASP_Member_Number />
	</ASP>
</XML_DIZ_INFO>
