Skip to main content

Posts

Showing posts from October, 2020

How to Get Forgot Password and Reset Password Using PHP OOP Concept using PDO for Database

  How to Get Forgot Password and Reset Password Using PHP OOP Concept and PDO for Database Today I will explain how to Forgot password and Reset password using PHP and OOP concept and PDO database, in this tutorial i will implement. Before moving towards the tutorial we need first  User Account Activation using email Verification using Php   user registration and login script in php, so if you  do first that same Gmail verification process on that tutorial also  Its is a very important feature on membership website is password and reset system because some users are forget their password very quickly. This Article demonstrate to build an get forgot password and reset password . This is a continue tutorial and previous tutorial is how to verify email on Gmail account  using PHP and PDO for database read before this tutorial  Previous tutorial to Read first:>> send verify mail to gmail account and activate account using ph...

How to connect sql server database connection in c#

                           How to connect SQL Server database using C# This article describes the basic code and namespaces required to connect to a sql server database connection and how to execute a set of commands on a SQL Server database connection using C# in your application.  the database is one of the important aspects of accessing data for the programming language. And it's necessary to the programming language that ability to work with databases. C# is not different. It can work with different types of databases. It can work with the most common databases such as Oracle and Microsoft SQL Server. Am use the Microsoft SQL Server Management 2008R2, which is a free database software provided by Microsoft. >>  SQL server Management 2008R2 Download Link or  using this command to create database: Database: Create database finacial; use finacial; and then Database table created: CREATE ...

How to Uninstall a SQL Server Instance in SQL Server 2008R2 and 2008

 How to Uninstall a SQL Server Instance in SQL Server 2008R2 and 2008 Step by step Guide to uninstall Server R2 To uninstall SQL Server from Windows Server 2008, Windows Server 2012 and Windows 2012 R2, follow these steps: To begin the removal process, navigate to the Control Panel and then select Programs and Features. Right-click Microsoft SQL Server (Version) (Bit) and select Uninstall. For example, Microsoft SQL Server 2008 R2 . Step 1 Click the Start Button and choose Control Panel. You will see the following screen. Step 2 Once the Control Panel is displayed, select the Programs and Features section Step 3 Now the list of programs and features installed on that  is displayed as below. Chose SQL Server 2008 R2 then Right-click Uninstall /Change. Step 4 A small window similar to the SQL Server Installation screen is displayed. Click on Remove. Step 5 You will see Setup Processes of current operation. Step 6 Now the Setup support Rules window is display...