| 
	
 | 
 Posted by Jerry Stuckle on 02/26/07 13:23 
Jørn Dahl-Stamnes wrote: 
> Jerry Stuckle wrote: 
>> And when you say the data is different - exactly what is different about 
>> the two?  There could be lots of things going on here, and without 
>> knowing what's different, it's impossible to say. 
>  
> I just did another test. First I modified the upload script so that the 
> uploaded file is not deleted after the data has been inserted into the SQL 
> server. 
> From the same client using the same file, I uploaded the file to both the 
> test and the prod server. Then I compared the two files with the original 
> files: 
>  
> size     name 
> ----------------------- 
> 114176   org_file.doc 
> 114182   prod_file.doc 
> 114176   test_file.doc 
>  
> As you can see, the file uploaded to the prod-server is larger. Doing a 
> 'diff -a org_file.doc prod_file.doc > x' and then analyzing the output, I 
> found that there is 6 different sections found. 
>  
> If you like to take a look at the files, you can download them at: 
>  
> http://www.dahl-stamnes.net/dahls/Misc/files.tar.gz 
>  
> (note, they are in norwegian... ;-) 
>  
 
(Our messages crossed on the internet :-) ). 
 
Ok, so the problem has nothing to do with MySQL - but the upload.  
What's different between the two which would account for this? 
 
--  
================== 
Remove the "x" from my email address 
Jerry Stuckle 
JDS Computer Training Corp. 
jstucklex@attglobal.net 
==================
 
  
Navigation:
[Reply to this message] 
 |