General SQL Parser .NET for Windows 7 - "Revolutionize SQL parsing with General Parser .NET" - Windows 7 Download
General SQL Parser .NET 2.3.5
"Power up your SQL parsing capabilities with this dynamic .NET software."
The General SQL Parser .NET by Gudu Software is a powerful tool for .NET developers. With its comprehensive package of features, it simplifies writing and testing of SQL queries by providing a parsing engine and analysis tool. This software is especially useful for SQL statement syntax analyzing and query optimization. Its user-friendly interface and detailed documentation make it an ideal choice for .NET developers who want to streamline their coding experience. Download now for a more efficient and productive workflow.
General SQL Parser .NET 2.3.5 full details
| File Size: | 3.00 MB |
|---|---|
| License: | Demo |
| Price: | $149.95 |
| Released: | 2012-06-04 |
| Downloads: | Total: 463 | This Month: 130 |
| Publisher: | Gudu Software |
| Publisher URL: | http://www.sqlparser.com/sql-parser-support.php |
Download General SQL Parser .NET 2.3.5
Save General SQL Parser .NET to My Stuff
Tweet
General SQL Parser .NET - Windows 7 Download awards
General SQL Parser .NET 2.3.5 full description
Due to the complexity of the SQL grammar, many people have attempted but failed to generate a successful parser. Here, at Gudu Software, we have developed a parser that can successfully reduce the difficulties associated with decoding SQL grammar. Vendors are constantly releasing new versions of databases, so maintaining an original home-grown SQL parser is time consuming, error-prone, and costly. We are dedicated to helping your product adapt to the latest versions of database programs. With the appropriate library, like the one we provide, you can save hundred of hours, if not more, on developing time. As a result, the efficiency of your business will increase dramatically.
FEATURES:
Clean up messy SQL codes:
· Easily integrate SQL formatter into your application for a color coded layout that is easy to navigate, giving your product a professional feeling.
Detect SQL syntax errors:
· Your application will be able to validate SQL syntax before a database executes the query. This is very useful especially if your SQL was dynamically built based on user input.
Rid SQL injections:
· Avoid being vulnerable to SQL injection in your ASP.NET or Java application, by automatically detecting malicious SQL segment with our ready-to-use library.
Retrieve/Refactor table & column name:
· Precisely determining and renaming every table and column in stored SQL statements is very complex with a lot of nesting and sub-queries, but we can make it hassle-free for you.
Find affected SQL objects:
· Parse out the affect SQL objects in a SQL file that can have many different types of SQL (select, insert, create, drop, etc), and helping to determine what is being affected, including but not limited to schema, table, column.
Discover the relationship in DDL:
· Quickly locate the primary key and/or foreign key in DDL scripts to figure out the complex relationship among the various tables. Extracted table, attribute names, data types can be used to generate the CRUD-Statements.
Query parse tree in XML:
· Parsing SQL is a notoriously difficult task, but we are here to help. You will be provided with a SQL query parse tree in XML output that will allow you to further process SQL scripts.
Rewrite and convert SQL:
· Modify SQL expression/condition in where clause to reconstruct a new filter. Rewrite Oracle proprietary joins to ANSI SQL compliant joins. Translate SQL between different databases.
CRUD Reportor:
· Read complex and large SQL scripts to find out tables have Create, Read, Update, Delete and Insert operations against them immediately, it's almost impossible to do that without help with a tool.
SQL Parser can even do more:
· We are dedicated to constantly improving our product so it will be easier to 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.
FEATURES:
Clean up messy SQL codes:
· Easily integrate SQL formatter into your application for a color coded layout that is easy to navigate, giving your product a professional feeling.
Detect SQL syntax errors:
· Your application will be able to validate SQL syntax before a database executes the query. This is very useful especially if your SQL was dynamically built based on user input.
Rid SQL injections:
· Avoid being vulnerable to SQL injection in your ASP.NET or Java application, by automatically detecting malicious SQL segment with our ready-to-use library.
Retrieve/Refactor table & column name:
· Precisely determining and renaming every table and column in stored SQL statements is very complex with a lot of nesting and sub-queries, but we can make it hassle-free for you.
Find affected SQL objects:
· Parse out the affect SQL objects in a SQL file that can have many different types of SQL (select, insert, create, drop, etc), and helping to determine what is being affected, including but not limited to schema, table, column.
Discover the relationship in DDL:
· Quickly locate the primary key and/or foreign key in DDL scripts to figure out the complex relationship among the various tables. Extracted table, attribute names, data types can be used to generate the CRUD-Statements.
Query parse tree in XML:
· Parsing SQL is a notoriously difficult task, but we are here to help. You will be provided with a SQL query parse tree in XML output that will allow you to further process SQL scripts.
Rewrite and convert SQL:
· Modify SQL expression/condition in where clause to reconstruct a new filter. Rewrite Oracle proprietary joins to ANSI SQL compliant joins. Translate SQL between different databases.
CRUD Reportor:
· Read complex and large SQL scripts to find out tables have Create, Read, Update, Delete and Insert operations against them immediately, it's almost impossible to do that without help with a tool.
SQL Parser can even do more:
· We are dedicated to constantly improving our product so it will be easier to 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.
General SQL Parser .NET 2.3.5 download tags
General SQL Parser .NET 2.3.5 Windows 7 release notes
New Release
· 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
[ General SQL Parser .NET release history ]
· 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
[ General SQL Parser .NET release history ]
Bookmark General SQL Parser .NET
General SQL Parser .NET for Windows 7 - Copyright information
All General SQL Parser .NET reviews, submitted ratings and written comments become the sole property of Windows 7 download. You acknowledge that you, not windows7download, are responsible for the contents of your submission. However, windows7download reserves the right to remove or refuse to post any submission for any reason.
Windows 7 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.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, 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 or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Windows 7 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.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, 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 or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Post General SQL Parser .NET review
Windows 7 General SQL Parser .NET related downloads
.NET WinForm Organization Chart Control - Unifosys Chart4.NET. Comprehensive and easy-configurable component. It is an ...
Softgroup .Net Forms Resize is a fast, small and lightweight .NET component that gives your applications resolution independence. Softgroup ...
... benefits. Net Core Excel is fully supportive of .Net Core, Standard, Framework, and Azure Cloud. If you ...
... your Windows 7 device? Look no further than .NET MAUI PDF from .NET MAUI PDF Viewer. This ...
Hierarchy/Organization Chart Control for .NET for Winforms and ASP.NET Webforms. Comprehensive and easy-configurable component. Free ...
My Account
Help
Windows 7 Software Coupons
-
WinX DVD Ripper
50% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
MacX DVD Ripper Pro
50% Off -
MacX DVD Video Converter
58% Off -
MacX Media Management Bundle
70% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- dotConnect for MySQL Professional 9.4.290
- dotConnect for Oracle Professional Edition 10.4.290
- Audio DJ Studio for .NET 11.0
- Audio Sound Editor for .NET 8.0
- SmartCode VNC Manager Standard Edition x64 2023.9.1
- PDF-XChange Drivers API 10.1.1.381
- Audio Capture Pro ActiveX Control 2.0
- Python Encryption Library x64 9.5.0.98
- THTMLPopup 10.2.4.0
- Data Burner ActiveX Ocx SDK 4.1
- SmartCode VNC Manager Enterprise Edition x64 2023.9.1
- TsMultiLineComboBox 1.04
- My RSE Extensions 1.0.2
- JOpt.NET 2.3.6
- VideoCap Pro SDK ActiveX 17.0
- Visualization Toolkit (VTK) 9.1.0
- Ultimate SFTP Component 5.2.9092
- NetDiagram ASP.NET Control 6.3
- dotConnect Universal Mobile Edition 5.2.21
- GTK+ for Windows x64 3.24.14
Popular Tags
delphi
.net
dll
sdk
dotnet
postnet
code 93
net component
programming
visual basic
smtp
mime
library
ssl
pdf
server
activex
vb net
windows
visual studio
pdf417
component
control
barcode
windows 7
net
html
asp net
pop3
email
Popular Windows 7 Software
- Simply Fortran 3.41 Build 4438
- dotConnect for MySQL Professional 9.4.290
- PHP 8.5.0
- dotConnect for Oracle Professional Edition 10.4.290
- Miraplacid Text Driver SDK 8.0
- dbForge Documenter for SQL Server 2025.2
- StyleControls 5.86
- Turbo C++ 3.0
- Windows Installer 4.5
- Software Ideas Modeler Portable 15.16
- Free OCR C# 2022.8.7804
- Review Assistant 4.1
- Windows Post-Install 8.7.2
- Software Ideas Modeler Portable x64 14.55
- Software Ideas Modeler 14.66
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



