james james

james james

  • NA
  • 419
  • 28.7k

MS Access Winform convert it to SQL

Aug 21 2017 3:10 PM
I have a Winform that uses Access as a DataBase, I would like to convert it to SQL without having to rewrite all the code for the buttons and textboxes and so on. I converted the Access Database to Sql and am complety lost on how to tie it together. i assume i gcan get rid of stuff like this.
 
<this.trailerInformationTableAdapter.Fill(this.releasePassDataBaseDataSet1.TrailerInformation);>
 
Any tips of some good reading would be appercitated.
 

Answers (1)