Search results for query: *

  1. U

    Value was either too large or too small for an unsigned byte

    Hi all, I am using vb.net as front end and SQL server as backend. I got an error while saving the transaction an exception was thrown as follows: Value was either too large or too small for an unsigned byte. I could not find the root cause for this exception.How can this be solved?. Is...
  2. U

    Timeout Expired

    Hi all, I am using vb.net as front end and SQL server as backend. Merge replication is used to replicate the data. I am using DSL connection. While accessing my application i am getting time out error at times which freezes my application and i could not work on further.This reduces the...
  3. U

    Rounding up & Down to 2 decimal places

    some other way to round upto two decimals how can this be solved. is there any other way to solve this it is very critical.please provide a solution. Thank u regards, utr
  4. U

    Rounding up & Down to 2 decimal places

    Rounding upto 2 decimals i am using round of method for 2 decimal places it works fine for round(1.646,2) ---> 1.65 But, if i use round(1.645,2) --> 1.64 which is not correct could you please help on this
Back
Top