Are the fields in txt rules
If this happens.
Read txt file
Use split('') to divide into arrays
Pay each parameter separately
Then update to the database
If it is a sql server, I suggest you write a stored procedure to encapsulate bcp, you can call this procedure with a program, and the speed is very fast, so you can also do secondary processing in the database