MySQL database WinForms CRUD Demo. (CREATE,READ,SELECT,UPDATE,DELETE) | C#

  Рет қаралды 98,152

C# MODERN DESIGN

C# MODERN DESIGN

Күн бұрын

Пікірлер
@zorojuro5132
@zorojuro5132 2 жыл бұрын
what a wonderful code.. that is the best cleaner code with the class.. thanks a lot for this tutorial.. wish you always success broo.. In Syaah Allah success
@eugenegarces4017
@eugenegarces4017 2 жыл бұрын
hi sir, im having problems on 36:11 the tbl in adp.Fill(tbl); is having an error
@omarmahmood4209
@omarmahmood4209 2 жыл бұрын
post the error as well
@eugenegarces4017
@eugenegarces4017 2 жыл бұрын
@@omarmahmood4209 'System.Windows.Forms.DataGridTableStyle' to 'System.Data.DataSet' Hotel Booking Information C:\Users\User\source epos\Hotel Booking Information\DbCustomer.cs 100 Active Severity Code Description Project File Line Suppression State Error CS0029 Cannot implicitly convert type 'System.Data.DataTable' to 'System.Windows.Forms.DataGridTableStyle' Hotel Booking Information C:\Users\User\source epos\Hotel Booking Information\DbCustomer.cs 99 Active
@Llamamoss
@Llamamoss 2 жыл бұрын
@@omarmahmood4209 i'm having the same error i believe he is refering to it not being mentioned in the current context (code:CS0103)
@rellaxshala4189
@rellaxshala4189 2 жыл бұрын
I have problems too on that part
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
Download Source Code: mahmar.gumroad.com/l/mysqlcrudoperation
@guipereira14
@guipereira14 2 жыл бұрын
Thank you so much i need this for my professional aptitude test. helped me a lot
@Redstrawberry0621
@Redstrawberry0621 2 жыл бұрын
Can you please help me, I having this error after inserting a data. "Column count doesn't Match at row 1". Thank you
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
Great to hear!
@AlexAlex-s2b
@AlexAlex-s2b Жыл бұрын
Hi bro. Please advice how to manage the connection to MySQL if ssh needed.
@sathys6839
@sathys6839 3 жыл бұрын
Thanks a lot, you saved my life !!
@osimport9274
@osimport9274 2 жыл бұрын
It would feel better if the music was replaced by your narration.
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
Thanks :)
@abdulqahar9852
@abdulqahar9852 Жыл бұрын
how to insert and update data in just one button(save) in C# // I need some help
@amnah8532
@amnah8532 3 жыл бұрын
getting an error at 35:35 the DataTable u added, I don't get it in my list
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 3 жыл бұрын
DataTable is a class within the System.Data namespace. Try to change your using to just System.Data using System.Data;
@michaelvolchok4094
@michaelvolchok4094 3 жыл бұрын
You can add to string sql "...; SSL Mode=None" that worked for me
@Redstrawberry0621
@Redstrawberry0621 2 жыл бұрын
Why I am getting fatal error during the command execution after inserting data?
@edvinparmeza1298
@edvinparmeza1298 2 жыл бұрын
When I try to add a new student, it shows the error: Student not inserted. Column "Name" cannot be null
@Jeffrey-uw8un
@Jeffrey-uw8un 2 жыл бұрын
does the column of your sql and the variable you want to define matches?
@frankalvarez7513
@frankalvarez7513 2 жыл бұрын
This is awesome! TY so much for putting in the time!
@sherwintayo1286
@sherwintayo1286 Жыл бұрын
can you create this kind of crud but in sql server
@aymenjarray4726
@aymenjarray4726 3 жыл бұрын
Problème en adp. Fill(tbl) Please help me please 🙏🙏🙏
@lakithamitchel7014
@lakithamitchel7014 3 жыл бұрын
Update your connection string
@lakithamitchel7014
@lakithamitchel7014 3 жыл бұрын
Add "SslMode=none" at the end
@croanna_
@croanna_ 2 жыл бұрын
Can you explain why do we have to use _parent? Thanks
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
This is because I called Parent Form from Child Form for data updation in datagridview.
@madelynclineily
@madelynclineily 2 жыл бұрын
this music goes crazy ty for the choice!
@croanna_
@croanna_ 2 жыл бұрын
What means Cells[2] at 50:28?
@croanna_
@croanna_ 2 жыл бұрын
Other than that - great tutorial, everything works :)
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
Thanks
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
Basically, Cell[2] value is Primary Key. I used this Key to update and delete record from database.
@yasermahfouz6263
@yasermahfouz6263 3 жыл бұрын
crystal cant print and give me that message method not found void system run time inter op services marshal structure to pt
@sasinduavishka8924
@sasinduavishka8924 2 жыл бұрын
Perfect video. Everything is very clear
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
Glad to hear that!
@nujinco
@nujinco Жыл бұрын
Thank you! I'm trying to work with C# again and this helped me :)
@zorojuro5132
@zorojuro5132 2 жыл бұрын
can you help me please ? i got error in edit button.. i can't find form id and the other in edit button
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
How can I help you?
@2agroup_gr
@2agroup_gr 2 жыл бұрын
This is the greatest Crud tutorial I found that also works! Could you help me and explain how/why e.ColumnIndex is 0 for edit and 1 for delete? Thanks in advance.
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
Thanks. 0 and 1 is column index of datagridview when user click on this column then accordingly operation is performed.
@sarimmuzaffar6783
@sarimmuzaffar6783 3 жыл бұрын
Hi how r u? I really need your help. I am stuck in the data inserting part of my project.
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 3 жыл бұрын
How can I help you?
@gaurav.69420
@gaurav.69420 3 жыл бұрын
30:34 Error on con.Close();
@loal
@loal 3 жыл бұрын
Have a problem, when I use the "Edit buttom", and after that I use the "New buttom" still having the text about editing the student
@kumaresha3348
@kumaresha3348 3 жыл бұрын
I have the same issue. Please help.
@lwe2473
@lwe2473 Жыл бұрын
Great tutorial, thank you
@muananathanaelbenandersonr4803
@muananathanaelbenandersonr4803 Жыл бұрын
What is Reg?
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN Жыл бұрын
Registration Number
@islamraouf1856
@islamraouf1856 3 жыл бұрын
So interesting and valuable, thanks...
@aymenjarray4726
@aymenjarray4726 3 жыл бұрын
islam
@aymenjarray4726
@aymenjarray4726 3 жыл бұрын
Help me please
@GLCLearningCenter
@GLCLearningCenter 9 ай бұрын
Thank You Master
@rinchara1562
@rinchara1562 3 жыл бұрын
Hi I need a help.
@rajiconsolutions
@rajiconsolutions 3 жыл бұрын
Very good tutorial with class module.
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
Thanks
@SatyaPrakash-xs6ps
@SatyaPrakash-xs6ps 3 жыл бұрын
Facing problems with dbstudent code
@fahmiriza6398
@fahmiriza6398 3 жыл бұрын
you can add: using MySql.Data.MySqlClient
@amnah8532
@amnah8532 3 жыл бұрын
@@fahmiriza6398 still having error
@Redstrawberry0621
@Redstrawberry0621 2 жыл бұрын
Thank you for this tutorial🤩
@Redstrawberry0621
@Redstrawberry0621 2 жыл бұрын
I am having now an error, " FormStudent Clear() is inaccessible due to its protection level. Plsss help me
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
You’re welcome 😊
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
Download Source Code: mahmar.gumroad.com/l/mysqlcrudoperation
@_PhamBachMinhTri
@_PhamBachMinhTri 2 жыл бұрын
This vid helped me a lot. By the way, can i have the music name ?
@kayathri.v1399
@kayathri.v1399 2 жыл бұрын
Pls share the source code
@sasinduavishka8924
@sasinduavishka8924 2 жыл бұрын
Thank you very much.
@momo23000ful
@momo23000ful 2 жыл бұрын
Nice, thank u
@Shicomogs
@Shicomogs Жыл бұрын
done until 12:50
@bkprid3
@bkprid3 2 жыл бұрын
Try to click the header of Edit, you will see an error
@daoyaj08
@daoyaj08 2 жыл бұрын
I noticed that too. I found that if(e.ColumnIndex == 0 || e.RowIndex == -1) solve the issue.
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
@Dee Kha Thanks
@BOSS-uh1hq
@BOSS-uh1hq Жыл бұрын
Cảm ơn. MODERN DESIGN
@nextsgat7065
@nextsgat7065 3 жыл бұрын
New you would come back there 58:18
@MatteiruDesu_
@MatteiruDesu_ 7 ай бұрын
why id cells is [2] bro?
@aymenjarray4726
@aymenjarray4726 3 жыл бұрын
muhammed help me please
@fabianperez8729
@fabianperez8729 2 жыл бұрын
Alguien en español? Que me explique please
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
¿Cómo puedo ayudarte?
@sina-zr
@sina-zr 2 жыл бұрын
It Doesn't Work You should have explained about your codes and there is no source code?
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
Download Source Code: mahmar.gumroad.com/l/mysqlcrudoperation
@danicatalon6310
@danicatalon6310 Жыл бұрын
Meron ako neto whole file
@leonajiabengoza8302
@leonajiabengoza8302 Жыл бұрын
te, paspill hahahaha
@danicatalon6310
@danicatalon6310 Жыл бұрын
@@leonajiabengoza8302 iba na laptop ko sis hahaha
@McCallumClips
@McCallumClips 3 жыл бұрын
No narration? No thanks.
@delgajohn3089
@delgajohn3089 2 жыл бұрын
hi dm me please i purchased your project
@ahshamuyarira8357
@ahshamuyarira8357 2 жыл бұрын
hi
@CSHARPMODERNDESIGN
@CSHARPMODERNDESIGN 2 жыл бұрын
Thanks
@3dsbros64
@3dsbros64 2 жыл бұрын
My advice is that you didn't spend your money on these type of projects. They are relatively easy and if your intent is to share your client application, your database is likely to be compromised using this method.
@arwamukhi255
@arwamukhi255 Жыл бұрын
hi, pleaseeeeeeeee share the code. i am in ire need of it
CRUD with MVP pattern, C#, WinForms and SQL Server
23:35
RJ Code Advance EN
Рет қаралды 123 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
Microservices with Databases can be challenging...
20:52
Software Developer Diaries
Рет қаралды 112 М.
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
freeCodeCamp.org
Рет қаралды 1,6 МЛН
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 220 М.
Create a Winforms database app tutorial
17:47
Programming w/ Professor Sluiter
Рет қаралды 36 М.
Database Sharding and Partitioning
23:53
Arpit Bhayani
Рет қаралды 104 М.
Laravel CRUD in 50 minutes for Beginners  from Scratch
49:58
Devtamin
Рет қаралды 238 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН