I'm using ExecuteScalar to execute a select command to a MySql table. The column I want to read from contains a dot "." as decimal divider even though it's a string.
However the returned data does not contain the dot and decimals. How can I get the complete string? Using VS 2013 and VB.
/// Gunnar
However the returned data does not contain the dot and decimals. How can I get the complete string? Using VS 2013 and VB.
/// Gunnar