Related resources for SQL connection
  • Real Time Use Of Context Menu Strip In Windows Form Application9/9/2024 11:35:42 AM. Learn how to use ContextMenuStrip in a Windows Forms application to delete records from a DataGridView. This tutorial covers setting up a context menu, handling right-click events, and executing a del
  • Export Data Table To Excel in ASP.Net MVC 49/5/2024 11:09:19 AM. This article demonstrates exporting a Data Table to Excel in ASP.NET MVC. It covers creating a new project, adding a ClosedXML reference, and setting up models and controllers. It details fetching dat
  • Connection with SQL and queries.7/24/2024 8:08:46 AM. Explore the essentials of connecting to SQL databases and executing efficient queries. Learn about various SQL commands, database management techniques, query optimization strategies, and best practic
  • 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.