I'll make this as simple as possible. In MySQL it is like this:
string name = myReader.Getstring("student_name");
how to do this in SQLite? Still in c#. Any help will be appreciated. Thanks in advance.
I'll make this as simple as possible. In MySQL it is like this:
string name = myReader.Getstring("student_name");
how to do this in SQLite? Still in c#. Any help will be appreciated. Thanks in advance.