Question:

C# using SQLite INSERT INTO Statement limited insert (adding )

by  |  earlier

0 LIKES UnLike

I have a code that will Insert a fields (e.g. Employee_ID, Name, Years) the problem is that when i tried to use for loop and add a 500 entries in the SQLite database it will only reach a certain number of insert like in my test run first i got 9 insert, then 2nd 30 insert, 3rd 9 again, 4th 234 insert. And at the end it will show a stacktrace. thanks so much for the help.

 Tags:

   Report

1 ANSWERS


  1. cmd.CommandText = "INSERT INTO Coders (name, status) " +
                        "VALUES ('Таненбаум', 'Труе')";

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.