data base

  1. X

    Question why do i get Error: Concurrency violation: the UpdateCommand affected 0 of the expected 1 records

    I save the changes in the database by clicking on the button, here is the code itself: else if (comboBox1.SelectedItem == "Работа") { label3.Text = "Работа"; string script = "SELECT id, name, Model_preparation_R_Hr, Time_for_preparation_hr, Time_for_post_processing_hr, YZV_work FROM rabota;"...
  2. G

    Question Update using Table Adapter

    Hi, I have a sql server database with ID, First Name, Last Name, Phone Number and Address. I have created a wpf application that has a dataset of the database and uses a datagrid view to view the table. I did this as a learning procedure. Now I am learning how to update the database using wpf...
  3. G

    Rearranging Dataset after updating Database

    Hi, I have a database and a dataset in visual studio. I updated the database by adding two new columns to a table in the database. Then I updated the dataset using Configure Data Source With Wizard and everything is fine. But the problem is the order of the columns in the dataset. In the...
  4. Khaled K

    best design for an responsibility system

    I am trying to build a main system ( web application ) that contain different systems that provide service for sales , packing and HR dept etc , so i have many users (about one thousand users ) with different page access permissions ( dynamic responsibility that may change at any time ) what...
Back
Top Bottom