Click here to Skip to main content
16,006,531 members

Comments by Member 14560567 (Top 1 by date)

Member 14560567 27-Aug-19 12:16pm View    
I did this:

Dim x As System.DateTime
and inside of 'While' =
x = reader.GetString("hora")

but this is the error now=

Error 1 Overload resolution failed because no accessible 'Add' can be called with these arguments:
'Public Sub Add(x As Double, y As Double)': Conversion from 'Date' to 'Double' requires calling the 'Date.ToOADate' method.
'Public Sub Add(x() As Double, y() As Double)': Value of type 'Date' cannot be converted to '1-dimensional array of Double'.
'Public Sub Add(x() As Double, y() As Double)': Value of type 'Single' cannot be converted to '1-dimensional array of Double'.