How To Call SQL Server Stored Procedures in ASP.NET by Using Visual Basic.NET is an article which briefly explains the method of creating and executing the stored procedures of the Sql Server database in ASP.NET. The article demonstrates it by...
Using SQL Server 7 Web Assistant to Improve performance of ASP Pages through which users can learn more about improving the performane of the ASP pages. Here author details about the step by step methods involved in increasing the performance of...
SQL Server Data Access Components provides high performance accessto Microsoft SQL Server. SDAC is set of VCL native componentsfor Delphi and C++ Builder. Using SQL Server Data Access gives you the following advantages: - No distribution,...
selectDelphi is a powerful and easy to use utility that generates Delphi classes that encapsulate the Stored Procedures and User Defined Functions of a SQL Server database.It's a tool for Developers who use MS SQL Server and want to take maximum...
Here is a procedure for SQL Server which can be created in a module and called from a query using InitCap([fieldname])....thanks to Paul
File List: @PSC_ReadMe_581_5.txt 1Kb sql.txt 2Kb
Jumping into ASP.NET Part 2: Creating the Data Storage Layer with SQL Server 2000 is an useful article for the beginners. This article shows how to create a data base and data storage. Data storage layer creation has been done using SQL Server...
dbExpress is a database-independent layer that defines a common interface to provide fast access to SQL database servers. For each supported server, dbExpress provides a driver as an independent library that implements the common dbExpress...
Count Records from SQL Server Database using ADO.NET, SQL, and Visual Basic.NET is a tutorial for those who needs to show the record count on the ASP page. In this tutorial author demonstrates it by calling the executescalar method.
Automating Server Side Tracing in SQL Server is an reference article which helps the webmasters and developers to outline the SQL server tracing. This article provides various details about the functionalties to trace systems stored procedures and...
Using Images and Files with SQL Server: Part 1 is a tutorial which tells you the method for adding images to the Sql Server database table using various properties of the fileDataStream object. In this tutorial the author gets the size of the... |