Click here to Skip to main content
15,899,313 members

Comments by trucha13657 (Top 5 by date)

trucha13657 23-Jan-15 5:48am View    
byte[] bytes = Encoding.Default.GetBytes(_received);
returns the same values, but shouldn't, right?
trucha13657 23-Jan-15 5:09am View    
Also Encoding.Default returns the same wrong value.
trucha13657 19-Oct-12 16:49pm View    
Thanks for answer, ill check that soon. hope that works. by the way maybe you know any other free way to get difference between 2 same database and update/insert/delete data from one to another?
trucha13657 19-Oct-12 16:49pm View    
reading file, getting all text which is in this file and using it to update/insert or delete in database using query. when I just run application and click button to get data - doesnt work. when i put breakpoint in conn.open - works fine...
trucha13657 15-May-12 9:07am View    
So the final pattern is:
- Math.Cos(x1) * Math.Cos(x2) * Math.Exp(-(x1 -nu) *(x1 - Math.PI) -(x2 -nu) * (x2 -Math.PI));

? ;)