Showing posts with label getdecimal. Show all posts
Showing posts with label getdecimal. Show all posts

Friday, February 24, 2012

Can show me an example to use "GetDecimal"

Can show me an example on how to use "GetDecimal" in c#/vb.net
thanks.You want to be a little more specific? Exactly what are you having problems with?|||SqlDataReader reader = command.ExecuteReader();
xxxxx = reader.GetDecimal(3);|||Do you have the .Net framework installed ? If not, then you should install it - there are several items you can use as a developer including a class browser.|||many thanks!|||Originally posted by rnealejr
SqlDataReader reader = command.ExecuteReader();
xxxxx = reader.GetDecimal(3);

Many thanks.