Hello
I have a project where I have 2 textboxes called "Name program" and "Error" where I have to write data in, Once I have wrote the data I have to import these 2 textboxes into an SQL database so it has to show like this in the database:
Name program / Error
Program 1 Error 1
and so on, importing the data shouldn't be a problem, I just need to some assistance putting it in the SQL database.
Thanks in advance