Administrator

Administrator

  • Tech Writer
  • 2.2k
  • 1.5m

How I may receive DataSet with small decimal using remote object ?

Apr 9 2003 1:18 AM
I use Remote object and have a problem which is : DataSet ds = db.ExecuteSPDataSet("StoredProcedure") ds - DataSet db - remote object ExecuteSPDataSet - method returning DataSet with DataTable with Column of type Decimal if values too small like 0.000004 I have a Problem with transfering DataSet I get an exception on client side: -------------------------- begin text exception An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll Additional information: Exception has been thrown by the target of an invocation. --------------------end text excception on server side I get : ----------------------------------- begin text exception An unhandled exception of type 'System.FormatException' occurred in mscorlib.dll Additional information: Input string was not in a correct format. --------------------end text excception Have any ideas ?

Answers (1)