TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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 ?
Reply
Answers (
1
)
Passing Objects by Value
How to display HTML special characters?