Related resources for Database Connectivity using XAML
  • WPF Database Communication Adding new Record to the Database5/15/2012 4:23:45 PM. WPF Database communication Adding new record to the database (XAML-MS-Access), I have a XAML form with FirstName, LastName, Email & Contact fields in it on click of submit button it will first check if the same email address is exists in the table else it will add new record I have made use of OleDbTransaction to perform add functionality.