C# Tutorial - Insert Update Delete Search data from local database | FoxLearn

preview_player
Показать описание
Material Design Telephone Diary/Phone Book Insert Update Delete View and Search data from local database in C# using material skin. The C# Basics beginner course is a free C# Tutorial Series that helps beginning programmers learn the basics of the C# Programming Language

insert update delete c# sql server
Insert Update Delete View and search data from database in C#.net
Fully C# Save, Insert, Update, Delete, View, Search, Clear in Visual studio
C# Insert Update Delete and View data from database in .net
Insert update delete select in c#
insert update delete data in database from datagridview
Update and Insert data in database from datagridview
Insert Update Delete and Search Data in local databases Using CSharp
Рекомендации по теме
Комментарии
Автор

Hi, I would like to know how do I search multiple data, for example, If I have two entries by the name "Anna" and I would like to search for Anna, How do I Show both datas, because I am only able to show the first anna that the program searchs.

Saulred
Автор

how to fix this error message
cannot insert explicit value for identity column in table PhoneBooks when identity_insert is set to off

albertlucero
Автор

Nice work ! Would you please make more videos about local database print , how to add pictures thank you

abdulrahmanrefaei
Автор

i am having an issue when i trying to run the .exe of the published program. i get an sql error when running the program on another computer..

mavericksfo
Автор

also is there a way to validate if the record already exist to avoid duplication or record... tnx in advance

dlaregalaipo
Автор

I already checked the code, the mistake is that parameters you inserted on "string.format" are textboxes that shows the information, So you should use is the searching's textbox.

andresescorcia
Автор

I'm getting lots of errors refering to Form1.Designer.cs (Designer window display those errors) and also I'm getting error about AppData that there is no type or namespace like AppData.

Does anyone knows how to solve those problems?

SadSadDeadM
Автор

datagrid is not being refreshed...why? pls help me...I used same code and form

kizaymjumadullayeva
Автор

Hey! Can you show how to add a image in the database. Like I want to add an image with the contact info.

ahmedmuntasir
Автор

is it possible to do it in excel instead of access??

andhikautama
Автор

Thanks for the video. But what is the purpose of materialskin?

shaisen
Автор

"Cannot insert explicit value for identity column in table 'PhoneBooks' when IDENTITY_INSERT is set to OFF"
I see a lot of people having the same problem, but I still don't understand the solution. Please explain in detail how to fix this. Thank you!

LarGriff
Автор

Hello, please i need your help if possible. I'm using one of your video for coding my app from datagrid using sql data base, and i want the same proprieties for one form i'm using as in this video but the code you used is adapted for a local database. How i can adapt it for sql please? i'll appreciate your help and thank you so much for sharing all this.

waelbenhassine
Автор

I have follow step by step but cant save any data in my program/database pls anyone help me

faiqwu
Автор

It's almost great video, except few bugs. BUT i can't solve a problem with SAVING data. Also, I have allready solved problem with IDENTITY - just by putting string after
BUT data is saving only in the Grid and don't saving in DataBase. After app restart - there are no data that I "saved".
HELP, please!

AAAAAAAAAAAAANDREW
Автор

Hello, when I use commands like or Message.Show(....) I get errors. For example in the Message case I get " 'Message' does not contain a definition for 'Show' ". What is wrong??

Sylvethrin
Автор

hello can i ask what if i want add a delete button ? what is the source code :-) .newbie here

jerrolmontemayor
Автор

A great tutorial where I learned a lot.

First I forgot the AutoIncrement settings on the tables and the data was not saved. But I fixed that.


Now I always get the error "IDENTITY_INSERT is set to OFF".

I would be glad about a help.

dschmitz
Автор

Hallo Fox Learn,

danke für deine super Videos, wirklich klasse wie du das alles zeigst.

Einen kleinen Tipp hätte ich aber - wie wäre es zum Teilen deine Programme Github zu benutzen? Das wäre für dich und deinen Zuschauern wesentlich einfacher. Außerdem müsste Visual Studio 2015 auch eine Github... haben. Also denke ich. :)

Gruß
Tobi

darvin
Автор

Search functionality not working properly it always shows the first row, can anyone help me for this

sanjaysawant