C#
C#

help

Root Question Message

slash
slash1/12/2023
Textbox multi data

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

https://gyazo.com/6703c423c7a125f4882a0d408aa2cc80
Angius
Angius1/12/2023
So... do that?
Angius
Angius1/12/2023
Get the value of this textbox, split it by newline, execute the SQL query to insert them
DaDarkWizard
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
ContactFrequently Asked QuestionsJoin The DiscordBugs & Feature RequestsTerms & Privacy