#database

  1. Automation23

    Resolved Establishing database connection with a using statement c#

    Hello everyone! I have two separate methods that open the connection and close it. But I need to implement a using statement. How can I establish the connection with a ‘using’ statement, so then I can implement database methods, validate the results, and then close/dispose the connection...
  2. G

    Question WPF Datagrid is erasing the SSMS Database and showing empty

    Hello, I am doing a wpf sample database project. I created a database called school details with different tables. One table is StudentDetails where I just entered the name of random five students and another table is five sets of marks for phyics, chemistry, biology and maths. Now the first...
  3. G

    Question Cannot filter data in dataset wpf application

    I have a dataset with column is known as Card_type_1. There 3 types of cards are there. One is SAR41, SAR42 and SAR108. This is a recent change. A week before it was 41,42 and 108, and now I changed it to SAR41, SAR42 and SAR108. Now there is a filter button which checks for each set of cards...
Back
Top Bottom