Hiccup
❔ Method WriteToTable(); isn't doing anything to the database file
My code:
In my database file, I have one table called Students and 3 columns called name, grade and phone number. I'm trying to ensure I correctly connected to the database so I decided I should try adding text under the Name column before I add anymore code.
I expected this code to output "Text" under the "Name" column to my database file, however after I press button1 nothing happens. No errors show up and no crashes occur.
I have tried debugging the code and searching online for common mistakes but sadly it did not help
7 replies