Source libre - Introduction

Since long, people have asked me why I do not write a tech blog......

12

Sunday, February 3, 2013

Connecting a MySQL table to a DataGridView control in C#

Introduction Since I started coding in grade 7 or so, I have worked with many programming languages and so far C# remains my favourite. (Java coming behind as a close second.) So when a small program is to be written, I prefer to choose C#. But if that program involves working with databases we are in a bit of a trouble. C# is naturally built to work with Microsoft SQL....