Hello everybody!
Here is my setup:
- OS: WinXP pro
- Apache 2.0.54 server
- PHP 5.0.4
- MySQL 4.1.12a-nt
I wrote a PHP script who scans a table (let's call it tbl_0) and, after performing some calculations, inserts about 15,000 rows of data into another table (let's call it tbl_1).
Verifying data in tbl_1, I was surprised to see that some (but not all) of the fields were not updated as expected (e.g. I saw empty fields where definitely they supposed to be non-empty).
I've moved my script and tables to a Linux computer and this time everything was fine, the script does its job.
I have serious reasons to work in Windows environment, so this "trick" is not an option for me.
Anyone can help? It seems to be an implementation problem, is there a patch or a setup who will make things work well alltogether?



Reply With Quote


Bookmarks