C# & MySQL - How To Insert Data Into MySQL Database Using C# [ With Source Code ]

preview_player
Показать описание
C# And MySQL : How To Insert Data Into MySQL Database Using C#

------------------ Check out my C# Projects! --------------------

Programming Projects:

C# And Java Programming Books

in this c# tutorial we will see how to add data to mysql database using c#
first to connect c# to MySQL and to do this watch this video:
and follow this c# video
thanks for watching
for more c# tutorials subscribe
you can see here others c# tutorials

C# Tutorials:

Connect C# To MySQL

Connect C# To MySQL Database And Display Data

Populate ComboBox From MySQL Database Values

Search Values From MySQL Database And Set It Into TextBox In C#

How To Insert Data Into Database Using C#

How To Update Database Data Using C#

How To Delete Data From MySQL

How To Insert Update Delete Data[With Source Code]

MySQL Database Records Navigation Buttons First, Next, Previous, Last In C# [With Source Code]

Populate A ListBox From Database In C#

How to insert Image In MySQL

How To Retrieve Image From MySQL Database To PictureBox Using C# [with source code]

How To Search / Filter DataGridView Data Depending On Combobox Value [+ Source Code ]

How To Search / Filter Datagridview Data With TextBox Using C#

Populate Combobox Depending On Another Combobox [with source code]

c# project with sql server database ( Demo 1 )

------------ COURSES YOU MAY LIKE ------------

Рекомендации по теме
Комментарии
Автор

Thanks for giving this knowledge its good design in c#.

buturajbaptiste
Автор

I love your series, thanks for helping me!

Maqai
Автор

hello sir i am working on project related to c# and mysql workbench 6.3 i have a question like can i be able to view the data which is inserted in mysql in c# form or not???
plzzz i need help i am a bit confused

a.n.
Автор

IN MY CASE. Your code didn't work because the database name is not included in your connection string code.
It works when I add the Initial catalog for the database name between port and username like...
whatever port you have);Initial Catalog=hospital( my own database name)"

kitezopo
Автор

thank you very much this video helped me too much:DDD

yessilu_u
Автор

Thank you so so so so much! Really you teach me more in this quarantine than my fucking teachers... Greetings from México, amigo!

elkaraokedeltioteodoro
Автор

Sir after executing the code i'm getting exception even after using try catch block .. now what to do .. please reply...

zohaibsheikh-dev
Автор

Unknow column 'sample' to field list

zomeldevera