×

C# Tutorial

Basics of .Net

C# Basics

C# Fundamentals

C# Operators

C# Loops

C# Type Conversions

C# Exception Handling

C# String Class

C# Arrays

C# List

C# Stack

C# Queue

C# Collections

C# Character Class

C# Class and Object

C# Namespaces

C# Delegates

C# Constructors

C# Inheritance

C# Operator Overloading

C# Structures

C# File Handling

C# Convert.ToInt32()

C# Int32 (int) Struct

C# DateTime Class

C# Uri Class

C# Database Connectivity

C# Windows

C# Other Topics

C# Q & A

C# Programs

C# Find O/P

C# Database Connectivity Programs

This section contains C# programs related to database connectivity using MySQL such as connecting to the database, creating database and tables, inserting and dropping table records, getting column names, etc.

Practice these C# programs to learn and enhance your C# database connectivity skills.

List of C# Database Connectivity Programs

  1. C# program to get the MySQL version
  2. C# program to get MySQL version using 'Select' statement
  3. C# program to create a database in MySql dynamically
  4. C# program to create a table in MySQL database dynamically
  5. C# program to drop a table from MySQL database dynamically
  6. C# program to insert a record to MySQL table
  7. C# program to print column names of a MySQL Table
  8. C# program to get records from a MySQL table
Advertisement
Advertisement


Comments and Discussions!

Load comments ↻


Advertisement
Advertisement
Advertisement

Copyright © 2025 www.includehelp.com. All rights reserved.