SPROC Function Builder is used for generating code which is used to access data from the SQL server. Multiple languages are supported by this tool and it uses configurable data type conversions from XML format files i.e- it converts SQL data type to
This is an useful tutorial section for database managers which gives several steps and tips about the creation of SPROC (Stored Procedure) and also it briefly demonstrates to the users how to use ADO commands with stored procedures.
LLBLGen is a code generator tool which is helpful for the database administrator to generate data access stages for .Net platforms. This tool can interface the SQL server with any MSDE versions and also it can be work with any applications. SPROC can
From this tutorial the developers can create a new stored procedure called countproducts which is used for counting the quantity of products in a table. It uses SQL statements to create this count stored procedure and it is an useful SPROC for every
This is an online tutorial for the database administrators which elaborately explains about stored procedures and its usage. It guides the users like where to write stored procedures, what are the types of SPROC, calling, querying, storing stored pro
Professional User Interface component suite for Windows Forms applications.
Creating a Stored Procedure for Custom Paging with the ASP.NET DataGrid Control is a tutorial which shows you an efficient and easy way to perform custom paging of datagrid control in ASP.NET. You can enable the custom paging by setting the AllowCust
Building a Custom Validator Using VB.NET is an article in which the author gives you the procedure for creating a custom validator control through which you can validate the blank entry in the textbox as well as checks if the length of the text excee
Do you want custom Message Dialogs. This component gives you a way to customize yourMessage Dialogs.You can choose between 4 predefined icons and 3 styles or you can select your own icon.Fully customizable buttons (standard and custom):
An Introduction to Custom Attributes and Reflection in VB.NET is a tutorial which gives you some explanation about creating custom attributes using VB.NET. Custom attributes helps you to mention the information about a class, method, parameter etc.,Y |