In this video, I am going to show you CRUD Operations on Access Database.
Пікірлер: 8
@Hayot_Talaba Жыл бұрын
Hello please help me CS1061: 'Form1' does not contain a definition for'avtomobilDatabaseDataSet' and no accessible extension method 'avtomobilDatabaseDataSet' accepting a first argument of type 'Form1' could be found (are you missing a using directive or an assembly reference?) Show potential fixes (Alt+Enter or Ctrl+.)
@ju6602 жыл бұрын
How can I save it because when exit the application and reload I have no values !!
@ayeshamishree Жыл бұрын
I am having error "Microsoft ACE OleDb.16.0 is not registered on the local machine". please help me I have to submit project in university. I have changed any CPU to Configuration, but still its showing an error.
@shinduo26242 жыл бұрын
it can be save in data base?
@zulfifarsath5 ай бұрын
could you please do recipe coasting calculation program in visual studio
@carlosdavidtabacon852511 ай бұрын
it does work, but it doesnt save on my database
@carlosdavidtabacon852511 ай бұрын
everything works accordingly and i have learn from it but it doesnt save at my ms access database, i dont know if i am wrong but i did have a form 1 and form 2, where my form 1 had the log in system and the form 2 is this tutorial
@Hayot_Talaba Жыл бұрын
// TODO: This line of code loads data into the '_Baza__5_DataSet.Avtomobillar_ijarasi' table. You can move, or remove it, as needed. this.avtomobillar_ijarasiTableAdapter.Fill(this._Baza__5_DataSet.Avtomobillar_ijarasi); avtomobillar_ijarasiBindingSource.DataSource = this.avtomobillar_ijarasiDatabaseDataSet.Avtomobillar_ijarasi;