ADO.NET Series - Connecting with a Database is an article in which the author gives the explanation about how to establish the SQL-Server database connection using the SqlConnection class in ASP.NET. The author creates an object for SqlConnection...
Creating and Saving Images to a Database in ASP.NET is an ASP.NET tutorial which guides you in storing the images on a database and displays it on the screen. In this tutorial the author defines 3 functions which helps you to store images on the...
At the end of this article, the beginners feel ease about linking to a database. The author suggests nine easy steps to connect to a database with an example. This is an useful article for novice to understand the concept behind the database...
At the end of this article the webmasters can choose any one method of linking to a database with the help of a DSN. The author demonstrates two easy methods for this concept of linking to a database. The sample source code for both these methods...
A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Explains...
Connect To A Sql Database is a multi-platform compatible script that allows you to connect to a SQL database.
This tutorial shows you how to connect to a MySQL database using a PHP function.
Creating a Database-Driven Login Page is an ASP article in which author discusses about how to generate an authentication system using password protection to the users website by using database-driven codes that the author offers for the users....
Displaying Images that Reside in a Database is a tutorial in which author discusses about various methods that have to be adapted while accessing the images that reside on the database with the help of ASP application. Here author describes about...
Dynamically access a database through a Web Application is a tutorial in which the author teaches you about retrieving the database records. This tutorial shows you how to create a web page that helps you to build the connection string, lists all... |