Posts by Nilton Guilhem • 11 points
1 post
-
1
votes0
answers685
viewsQ: Performing a SELECT through C# for an Access database
private void button1_Click(object sender, EventArgs e) { OleDbConnection Con = new OleDbConnection(); Con.ConnectionString = @"Provider=Microsoft.ACE.OLEDB.12.0;Data…
c#asked Nilton Guilhem 11