Im trying to use my barcode reader and its going alright, but i want to make a textbox that with the data that is filled with , it would insert into my mysqlce database in different columns, like these RH each space it gives to go into another row it would create a new row
Get the value of this textbox, split it by newline, execute the SQL query to insert them
DaDarkWizard1/12/2023
Unless you're trying to insert every time it's scanned, in which case you should use a keypressed or textchanged event to clear the text box and do the insert