C# MySQL Tutorial | Connecting Select Insert Update Delete

preview_player
Показать описание
Connecting to a MySQL server and executing select, insert, update, delete query's from within C#.

C# C Sharp VB Visual Basic MatthiWare #csharp #dotnet
Рекомендации по теме
Комментарии
Автор

If you get an error saying 'caching_sha2_password' not supported, make sure you are running the latest connector. (8.0.13 at the time of writing or higher).

MatthiWare
Автор

i downloaded ur file and run it. when i click on "load all", it doesnt work and show a problem in 64th line :"An unhandled exception of type occurred in MySql.Data.dll
Additional information: Authentication to host '127.0.0.1' for user 'root' using method 'mysql_native_password' failed with message: Unknown database 'db_tut' ". but db_tut was existed in my PC
can u help me to solve it???

anhletuan
Автор

that 'lvUsers' variable. Where did it come from ??

shytothesky
Автор

very good tutorial. covers all basic technics what are needed. thank you 👍

akumatebori
Автор

No connection could be made because the target machine actively refused it error

abhijithmoody
Автор

don't have mysql to install. explain how this bom program work!!

MrFranciscoooooo
Автор

'Unable to connect to any of the specified MySQL hosts.'

memrycheats
Автор

Bro i need your help ... how about an online Mysql server?? How to connect ??

VillagerLifeCraft
Автор

Hey, can you help me with image. How can I insert image in db?

notgenius
Автор

I do not have MySqlConnectionStringBuilder, I have MySqlCommandBuilder and MySqlConnection...any idea what to use?

Pandemoniumx
Автор

WTF, HOW DO I WORK WITH THE WORKBENCH?? I DONT UNDERSTAND explain

filip
Автор

error :
system exception system data oracleclient requires oracle client software version 8.1 7 or later

Please fix it.

chbang
Автор

hi in the DBcon file you have "Application.ApplicationExit" can this be rewritten in xamarin for andriod? its give me an error know. can you please help me out

sinababa
Автор

how do I search the Listview? do you have tutorials on how to do that?

hunterize
Автор

thank you !!!! very good man ! thank you !!!!

chbang
Автор

Works great thx for sharing the source code, I hope you keep posting c# projects.

Gdnc
Автор

Спасибо, была необходимость работать с MySql в c#, с твоей помощью быстро освоил.

Zena
Автор

I'm new at c# language can i ask how can i apply a try catch in

public static List<User> GetUsers()
{

}

onepen
Автор

Please explain what this does:
Application.ApplicationExit += (sender, args) => { };

worryslayer