Fórum duvida com comando sql #195451
17/11/2003
0
minha tabela é no paradox e o campo data esta como date, eu já tente alguns comandos sql mas nao deu certo acho que é por causa do campo data esta como date.
preciso de algum exemplo.
desde já agradeço a atenção obrigado.
Fabiodequeiroz
Curtir tópico
+ 0Posts
17/11/2003
Dracula Nosferatu
Gostei + 0
17/11/2003
Fabiodequeiroz
estou tentando este comando
dm.qryFolha1Quinz.SQL.Add(´select nomefunc,datapag from tblfolha1quinz where nomefunc like ´´+ dbNome.Text +´´ and datapag like ´ ´+ dbDataPag.Text +´ ´ ´);
Gostei + 0
17/11/2003
Dracula Nosferatu
dm.qryFolha1Quinz.SQL.Add(´select nomefunc,datapag from tblfolha1quinz where nomefunc like ´´+ dbNome.Text +´´ and datapag like ´ ´+ StrToDate(dbDataPag.Text) +´ ´ ´);
Gostei + 0
17/11/2003
Fabiodequeiroz
dm.qryFolha1Quinz.SQL.Add(´select nomefunc,datapag from tblfolha1quinz where nomefunc like ´´+ dbNome.Text +´´ and datapag like ´ ´+ StrToDate(dbDataPag.Text) +´ ´ ´);[/quote:a29571e6b2]
esta dando um erro de incompatibilidade de tipos
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)