This procedure generates random unique numbers between two numbers. It gets 3 parameters. The first...
Category - Database
How to Generate Unique ID in SQL Server
This post sbout how to generate a random unique identifier in using sql query in SQL server If you...
Create Table in Sql Server Using C#
In this example, we’ll learn how to create a table in Sql Server Database by using C#...
Bulk Insert Into SQLite in C#
In this tutorial I’ll show you How to make your SQLite bulk inserts in C#. This is...
Creating SQLite Database and Table in C# Console
In this tutorial I will show you step by step how to create a SQLite database and how to add a...
Fill ComboBox From Access Database using C# Windows Form Application
In this example, we’ll learn How to fill/populate ComboBox with Access DB Data. The listbox...
Create Simple Login Form in C# With MySql
Here in this article, I will show you how to create a login form in C# and connect with MySql in 4...
Add Mysql Reference to C# Windows Form Application
Most servers use php hosting with mysql server database engine on Internet. Sometimes we need to...
Create Simple Login Form in C# With Sql Server Database
Here in this article, I will show you how to create a login form in C# and connect with SQL Server...
C# – Insert Listbox Items to Database
Here in this article, I will show you How to insert listbox items to MS Access Database. ...