Vista Download

Asset Vista download - General SQL Parser .NET Vista download - Best Free Vista Downloads

 



Related Keywords

asset downloads
asset inventory downloads
asset register downloads
asset tracking downloads
asset management downloads
asset software downloads
asset management software downloads
asset manager downloads
asset control downloads
asset management system downloads
asset tracker downloads
asset protection downloads
asset tag downloads
asset management training downloads
asset management inc downloads
asset tracking software downloads
asset database downloads
asset tracker for networks downloads
asset inventory software downloads
asset allocation downloads

Top Software Keywords

api downloads
visual studio downloads
image downloads
pdf downloads
library downloads
free downloads
dll downloads
sdk downloads
control downloads
net downloads
delphi downloads
java downloads
windows downloads
component downloads
net component downloads
programming downloads
asp downloads
barcode downloads
com downloads
visual basic downloads
email downloads
activex downloads
dotnet downloads
html downloads
ocx downloads
vista basic downloads
vb net downloads
database downloads
internet downloads
codabar downloads

 

Downloads RSS

RSS 2.0 feed XML feed XML feed

Top Downloads

Simply Fortran
3.38 Build 4350 download
Trialware

CloudTier
Storage
Tiering SDK

3.3.1.1 download
Shareware

EaseFilter
Cloud File
System SDK

3.1.1.1 download
Shareware

RAD Studio
12.2 download
Trialware

CreateInstall
Free

8.11.1 download
Freeware

PilotEdit Pro
19.4.0 download
Shareware

Batch RegEx
Free

5.0.121 download
Shareware

1D Barcode VCL
Components

13.2.1.2294 download
Shareware

CreateInstall
Light

8.11.1 download
Trialware

Advanced CSV
Converter

7.60 download
Demo

ReFox XII
12.5 download
Commercial

OCR in .Net
2022.12.10830 download
Shareware

SimpleLPR
3.5.8.0 download
Shareware

Movie Maker
Timeline SDK
Control

8.0 download
Shareware

GSA Auto
SoftSubmit

8.39 download
Shareware

Top Rated

SuperEdi
4.3.2 download
Freeware

SimplexNumeric
a

25.4.2.1 download
Freeware

AlphaControls
2020

15.21 download
Shareware

IntelliProtect
or

2.24 download
Freeware

SetupBuilder
10.0.6531 download
Shareware

GSA Auto
SoftSubmit

8.39 download
Shareware

CyberInstaller
Suite

2022 download
Freeware

Install
Package
IronPdf

2022.4.5455 download
Shareware

ReFox XII
12.5 download
Commercial

DJ Java
Decompiler

3.12.12.101 download
Shareware

PlayBasic
Learning
Edition

1.64l download
Freeware

SIP ActiveX
Phone

1.1.2.6 download
Shareware

Turbo C++
3.0 download
Freeware

Ultimate++
605 download
Freeware

NeoBook Rapid
Application
Builder

5.8.7 download
Shareware

 

Navigation: Home \ Development \ Components & Libraries \ General SQL Parser .NET

General SQL Parser .NET

 2.3.5   by Gudu Software

Vista Compatible
Software Description:
General SQL Parser provides detail information about a SQL statement such as statement types (Select, insert, update, delete or create and so on), what's tables and fields are used in a statement, and different parts of a SQL statement are also available such as where clause, group by clause and having clause and so on... ... Download General SQL Parser .NET


Add to Download Basket


Report virus or spyware
General SQL Parser .NET screenshot
[ Zoom screenshot ]
Vote:
Voted: 0 times
Downloaded: 306 times
Software Info
Best Vista Download periodically updates pricing and software information of General SQL Parser .NET full version from the publisher, but some information may be out-of-date. You should confirm all information.
Software piracy is theft, using crack, warez passwords, patches, serial numbers, registration codes, key generator, keymaker or keygen for General SQL Parser .NET license key is illegal and prevent future development of General SQL Parser .NET. Download links are directly from our mirrors or publisher's website, General SQL Parser .NET torrent files or shared files from rapidshare, yousendit or megaupload are not allowed!
Released: June 04, 2012
Filesize: 3.00 MB
Platform: Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64
Install Instal And Uninstall
Add Your Review or Windows Vista Compatibility Report
Your Name:
Software Version:
Rating:
Comment:
Security Code:

General SQL Parser .NET

- Releases History
Software: General SQL Parser .NET 2.3.5
Date Released: Jun 4, 2012
Status: New Release
Release Notes: · support - character in DB2 identifier
· support parenthesis in the left side of set clause of DB2.
· rename unit dbcmds to lzdbcmds.
· support sql server deny statement
· support sql statement that block statement that follow declare statement directly.
· support FETCH FIRST ROW ONLY
· fixed a bug which will slow down the parse( and even freeze the parse) when the table name is a big query
· add %prec OUTER_JOIN to rule joined_table, so all of those table_ref XXX RW_JOIN table_ref have the same priority, this make following sql organized correctly: SELECT *, FROM S1, natural join w3, LEFT OUTER JOIN S2, ON S1.S = S2.S

New format options:
· gfmtopt.declare_list_style,
· gfmtopt.declare_comma_option,
· gfmtopt.LinebreakBeforeParamInExec replaced by
· gfmtopt.exec_first_paramater_in_newline
· gfmtopt.exec_parameters_style
· gfmtopt.exec_parameters_comma_option
· gfmtopt.exec_parameters_align_value

· fix a bug that can't modify case of quoted identifier of table/column/alias
Software: General SQL Parser .NET 2.2.6
Date Released: Jun 4, 2012
Status: New Release
Release Notes: · support - character in DB2 identifier
· support parenthesis in the left side of set clause of DB2.
· rename unit dbcmds to lzdbcmds.
· support sql server deny statement
· support sql statement that block statement that follow declare statement directly.
· support FETCH FIRST ROW ONLY
· fixed a bug which will slow down the parse( and even freeze the parse) when the table name is a big query
· add %prec OUTER_JOIN to rule joined_table, so all of those table_ref XXX RW_JOIN table_ref have the same priority, this make following sql organized correctly: SELECT *, FROM S1, natural join w3, LEFT OUTER JOIN S2, ON S1.S = S2.S

New format options:
· gfmtopt.declare_list_style,
· gfmtopt.declare_comma_option,
· gfmtopt.LinebreakBeforeParamInExec replaced by
· gfmtopt.exec_first_paramater_in_newline
· gfmtopt.exec_parameters_style
· gfmtopt.exec_parameters_comma_option
· gfmtopt.exec_parameters_align_value

· fix a bug that can't modify case of quoted identifier of table/column/alias
Software: General SQL Parser .NET 2.2.2
Date Released: Jun 4, 2012
Status: New Release
Release Notes: · support - character in DB2 identifier
· support parenthesis in the left side of set clause of DB2.
· rename unit dbcmds to lzdbcmds.
· support sql server deny statement
· support sql statement that block statement that follow declare statement directly.
· support FETCH FIRST ROW ONLY
· fixed a bug which will slow down the parse( and even freeze the parse) when the table name is a big query
· add %prec OUTER_JOIN to rule joined_table, so all of those table_ref XXX RW_JOIN table_ref have the same priority, this make following sql organized correctly: SELECT *, FROM S1, natural join w3, LEFT OUTER JOIN S2, ON S1.S = S2.S

New format options:
· gfmtopt.declare_list_style,
· gfmtopt.declare_comma_option,
· gfmtopt.LinebreakBeforeParamInExec replaced by
· gfmtopt.exec_first_paramater_in_newline
· gfmtopt.exec_parameters_style
· gfmtopt.exec_parameters_comma_option
· gfmtopt.exec_parameters_align_value

· fix a bug that can't modify case of quoted identifier of table/column/alias


Most popular asset in Components & Libraries downloads for Vista

C# ZIP Library 2024.2.1 download by C# ZIP Library QuantumMesh Team
... The C# ZIP Library stands as a valuable asset for developers seeking a comprehensive and efficient solution for ZIP archive management in their C# applications. Whether it's for data compression, ...
type: Shareware ($749.00)
categories: c# zip library, zip library c#
View Details Download
C# ZIP Library

C# Add Files to ZIP 2024.2.1 download by C# Add Files to ZIP InfinitiByte Team
... The C# ZIP Library stands as a valuable asset for developers seeking an efficient solution for adding files to ZIP archives in their C# applications. Whether it's for data compression, ...
type: Shareware ($749.00)
categories: c# add files to zip, add files to zip c#
View Details Download
C# Add Files to ZIP

General SQL Parser .NET 2.3.5 download by Gudu Software
... use with more flexibility, making it a valuable asset to your software product. Here, we have provided you with additional demos that may be helpful to you. ...
View Details Download
General SQL Parser .NET

NodeJS PDF Library 2024.2.2 download by NodeJS PDF Library DataSphere
... The NodeJS PDF Library emerges as a powerful asset for developers seeking comprehensive PDF manipulation capabilities in Node.js. Its ease of integration, versatility, and security features make it an invaluable ...
type: Shareware ($749.00)
categories: nodejs pdf library, pdf library nodejs
View Details Download
NodeJS PDF Library

Quartz.NET 3.13.1 download by Marko Lahma
... tasks in enterprise-level applications, making it an indispensable asset for developers seeking to automate workflows and manage timed operations with precision. At its core, Quartz.NET offers a rich API ...
View Details Download
Quartz.NET screenshot

TeeChart Pro VCL FMX 2024.42.241021 download by Steema Software
... chart types and tools, making it an indispensable asset for developers seeking to integrate high-performance, visually compelling data visualizations into their applications. One of the standout features of TeeChart ...
View Details Download
TeeChart Pro VCL FMX screenshot

C# QR Code Library 2024.3.2 download by C# QR Code Library VirtuosoWare Team
... C# QR Code Library emerges as a valuable asset for developers seeking a robust and versatile solution for QR code generation in C# applications. Whether it's for marketing, authentication, or ...
type: Shareware ($749.00)
categories: c# qr code library, qr code library c#
View Details Download
C# QR Code Library

IronOCR - The C# Library 2024.12.2 download by Iron
... and image qualities. This makes it an invaluable asset for applications requiring high-precision text extraction, such as document management systems, data entry automation, and digital archiving solutions. IronOCR supports ...
View Details Download
IronOCR - The C# Library screenshot

MindFusion.Diagramming for WinForms 7.0.5 download by MindFusion
... robust performance, MindFusion.Diagramming for WinForms is an invaluable asset for any developer working within the .NET framework. ...
View Details Download
MindFusion.Diagramming for WinForms screenshot

MKV Tag Library 1.0.46.96 download by 3delite
... and ease of integration makes it a valuable asset for developers aiming to enhance their software's multimedia capabilities. Whether you're building a new application or enhancing an existing one, the ...
View Details Download
MKV Tag Library screenshot