DownBySpj wrote:
And in the database table, i use just " select * " statement to know exactly how many records are inserted.
Yes, but what are you using to run the query? If you for example run it from the code right after inserting the records, but are using a different connection than the one used to insert while the first connection is still open, some records might not show up yet although they exist. What does the insert query look like? Are you sure that it always results in inserting a record? If you for example select data from another table in the insert, are you sure that you always get a record from that table?
--- b { font-weight: normal; }