Einzelnen Beitrag anzeigen

question

Registriert seit: 17. Apr 2013
97 Beiträge
 
#6

AW: Delphi TmysqlQuery

  Alt 4. Sep 2013, 08:43
I have tried as you suggested even i have also tried by changing the name of the date field
Code:
insert into TableAdd
  (`Name`, `Address`, `Phone`, `Emial`, `Date`)
values
  (:Name, :Address, :Phone, :Emial, :Date)
but still have the same error, by the way,how can i check System.DateTime value and MySql.Data.Types.MySqlDate, maybe the datetime of the system and the mysqlDate is not matching, its just my idea,what do you think?
  Mit Zitat antworten Zitat