Vista Download

Color key Vista download - General SQL Parser .NET Vista download - Best Free Vista Downloads

 



Related Keywords

color key downloads
color downloads
color picker downloads
color chooser downloads
color filter downloads
color scheme downloads
color dialog downloads
color balance downloads
color adjustment downloads
color correction downloads
color matching downloads
color lines downloads
color balls downloads
color depth downloads
color quantization downloads
color colors downloads
color software downloads
color tool downloads
color manager downloads
color effects downloads

Top Software Keywords

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

 

Downloads RSS

RSS 2.0 feed XML feed XML feed

Top Downloads

Viscomsoft
Image Viewer
CP Pro SDK

23.0 download
Shareware

NeoBook Rapid
Application
Builder

5.8.7 download
Shareware

FastSharp
2.0 download
Open Source

Haskell
Platform

8.6.5 download
Freeware

LCM
1.3.1 download
Open Source

Birtus
3.0 download
Freeware

BCGSuite for
MFC

36.0 download
Trialware

Better
ListView

3.15 download
Shareware


Advanced SQL
To XML Query

1.7 download
Trialware

VMware
InstallBuilder

24.11.1 2024-12-13 download
Demo

Funambol
Client SDK

9.0.0 download
Freeware

Gecko SDK
2.0 download
Freeware

.NET
Obfuscator
Standard
Edition

8.8.3 download
Shareware

ThermalLabel
SDK for .NET

14.0.25.217 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

CyberInstaller
Suite

2022 download
Freeware

GSA Auto
SoftSubmit

8.39 download
Shareware

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

PHP Gz Forum
Scripts

1.1 download
Commercial

 

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: 310 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 color key in Components & Libraries downloads for Vista

TMS System Controls Pack 10.2.4.0 download by TMS Software
... configurable keys automatic highlighting of Shift / Alt-Gr key values automatic display of shift state customizable background color or image for normal & down state popup ... text or images different keys can have different colors ...
type: Shareware ($95.00)
categories: Delphi component, C++ library, VCL component, component, library, system
View Details Download
TMS System Controls Pack

General SQL Parser .NET 2.3.5 download by Gudu Software
... integrate SQL formatter into your application for a color coded layout that is easy to navigate, giving ... relationship in DDL: · Quickly locate the primary key and/or foreign key in DDL scripts to figure ...
View Details Download
General SQL Parser .NET

Phone Elements 1.1 download by Mindscape
... powerful charting capabilities and a slick gesture library. Key Features: Native look and feel- When you're building ... Elements ships with standard date pickers, time pickers, color pickers, dock panels and more to make building ...
type: Shareware ($299.00)
categories: windows, phone, controls, elements, chart, charts, gesture, buttons, date, pickers, color, dock, panel, high, performance
View Details Download
Phone Elements

VintaSoft Twain.NET SDK 15.1.0.1 download by VintaSoft
... into their software solutions. One of the key strengths of VintaSoft Twain.NET SDK is its extensive ... processing tools, such as image rotation, cropping, and color adjustment, allowing developers to fine-tune scanned images to ...
View Details Download
VintaSoft Twain.NET SDK screenshot