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...
Developing SQL Server Database Explorer is a tutorial for those who needs to list various databases, tables and columns of the tables. In this tutorial the author gives you the sample source code for a windows based application that helps you to...
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.
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 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...
Microsoft SQL Server driver is lightweight database driver which providesfast and high performance access to Microsoft SQL Server database. Using DBExpSda driver is the very same as one of standard dbExpress drivers supplied byBorland. It works...
How To: Use Forms Authentication with SQL Server 2000 is an article in which the author demonstrates about the procedure of validating the web forms in the SQL server. Here author describes about the two methods of authentication to store the...
T-SQL user defined functions are explained in the weekly newsletter clearly. These user defined funtions are added to the SQL Server database which is very useful for the database administrators and programmers. UDF helps us to reuse the code any...
EMS SQL Manager Lite for SQL Server is a light and easy-to-use freeware graphical tool for MS SQL/MSDE administration. It has minimal required set of instruments for those users who are new to MS SQL server and need only it's basic functionality....
EMS SQL Manager 2005 Lite for SQL Server is a light and easy-to-use freeware graphical tool for MS SQL/MSDE administration. It has minimal required set of instruments for those users who are new to MS SQL server and need only it's basic... |