Search results for query: *

  • Users: alti
  • Content: Threads
  • Order by date
  1. alti

    Answered Conversions from c# to odbc sql server

    hello , im having a problem converting from datetime c# to datetime sql server using odbc and time c# to time(7) sql server this is my code: command.CommandText = "INSERT INTO pointer (Nom_employe, Date_Heure , Matin, Midi, apresmidi, Soir) VALUES ( ? ,? , ? , ?, ?, ?);"; //...
Back
Top Bottom