Related resources for SQL connection
  • Basic Database Operations in ADO.NET11/2/2020 5:02:03 AM. This Article will show the basic database transactions select, insert update and delete.
  • Microsoft Drivers For PHP For SQL Server6/4/2014 1:13:55 PM. In this article we will learn the sqlsrv API, which is a Microsoft driver for PHP for SQL Server. This API helps us to use the SQL Server database in a PHP Project.
  • Data Access with ADO.NET9/30/2012 4:53:03 AM. This first article will provide a brief history of data access as well as provide the basic flow for using ADO to access data.
  • Creating SQL Server Database Dynamically in .NET Using SQL DMO5/20/2012 2:21:32 AM. It is a sample ASP.NET and Visual Studio 2005 application for creating a SQL Server database at runtime. I have used SQL-DMO dll. This article will show you how to create a database in SQL Server 2005 and 2000.
  • Storing Images into a Database12/13/2005 6:04:26 PM. In order to provide your application with cool pictures you can employ two techniques (at least). One of them is that you can save the pictures in a folder and store the path to each one in a database or configuration file. The other one is to store the entire file into a database, along with its file name.