Answer the question
In order to leave comments, you need to log in
Why does ADODC return "e_fail" status from data provider or other service when working with date?
Application in VB + MySql
Adodc1.RecordSource = "select id,brutto, date_brutto from vm_vzves ORDER BY date_brutto DESC"
Adodc1.Refresh
the data provider or other service returned an e_fail status
CREATE TABLE IF NOT EXISTS `vm_vzves` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`date_brutto` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `date_brutto` (`date_brutto`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question