sgkdnay
Technical User
- Aug 4, 2008
- 21
I've tried everything, tweaking setting, re-code my VB6 and for the life of me, I couldn't figure out what I'm doing wrong.
I have 14k rows of data in my text file which is subsequently read into datagrid then it would attempt to update the table in database.
Now the issue is that everytime I run this insert statement, it will ONLY insert 3.9k records instead of 14k records into MySQL Server database? What am I doing wrong? I'm using MyISAM Engine and everything is at default and done locally. Is it because my computer is too fast to insert record or what? Everything is done locally.
What could I have done wrong to configure my MySQL Server? Or to tell VB6 to "slow down" or what?!?
Thanks
I have 14k rows of data in my text file which is subsequently read into datagrid then it would attempt to update the table in database.
Now the issue is that everytime I run this insert statement, it will ONLY insert 3.9k records instead of 14k records into MySQL Server database? What am I doing wrong? I'm using MyISAM Engine and everything is at default and done locally. Is it because my computer is too fast to insert record or what? Everything is done locally.
What could I have done wrong to configure my MySQL Server? Or to tell VB6 to "slow down" or what?!?
Thanks