C # migrate oracle data to sql server, problem with date

0

I hope you can help me, at the time of migrating in c # I have problems with the date. I do it in the following way and it causes me error.insert.ExecuteNonQuery ();

DateTime hiredate;
hiredate = reader.GetDateTime(5)

insert.ExecuteNonQuery(); Información adicional: Sintaxis incorrecta cerca de '0'.
    
asked by Bau Doo 16.04.2018 в 07:14
source

0 answers