Code Rage Query Generator is a replacement for Query Builder that ships with Delphi Client/Server, but unlike Query Builder, Code Rage Query Builder runs with Delphi Professional. Apart from Select queries, Code Rage Query Generator also allows you t
General SQL Parser is developed to help people who want to check syntax of SQL statements, pretty print out SQL statements in their own program. It can also provides more detail information about a SQL statement such as statement types (Select, inser
Easy pop-up window generator is a JavaScript code generator, which can be used to select the desired options in the generator and create codes. The codes created can be easily incorporated into your web page to implement popup and popunder windows. A
Web Page Generator is multi-platform compatible. Make HTML pages instantly with this code generator. Follow the steps below to create web pages then click "view html page" to test it once it's completed. You have complete control of the...
The benefits of Exit statement is taught elaborately in this tutorial that comes with an sample code snippet that shows the working principles of 'EXIT' statement to stop the current execution. It is more useful when using nested 'IF' functions in pr
ElseIf is a multi-platform compatible script that performs different actions based on the value of a variable. Normally this is done with using an If...Then...Else...End If statement or a Select Case statement. Ocassionally you'll find ElseIf is a be
Dynamically creating and managing lookup fields for ADO based datasets at runtime. It provides a batch loading function for lookup items at runtime and thus, it does not require re-compiling of programs even if the database needs to be restructured.
This online article describes the advantages of SQL process. The author quotes this SQL process as a powerful SQL statement generator which helps the developers to create SQL statements which could append, modify, search and erase records for all the
This article is mostly for referring about SELECT key usage in SQL statements and also tells why to avoid SELECT while building statements. It explains about the demerits in SELECT with example in a simple way. The author also tells to use BLOB/text
The main objective of this online article is to show the reason of the "Either to BOF or EOF" error that occur during record access. The reason behind this error is due to the SELECT statement. The author shows the remedy to overcome... |