4
Answers

hello i`m having problem using c# windows form

hello i`m having problem using c# windows form, trying to connect to database and having this error here 

DataTable dTable = new DataTable();

dAdapter.Fill(dTable);

Answers (4)