USUÁRIO:      SENHA:        SALVAR LOGIN ?    Adicione o VBWEB na sua lista de favoritos   Fale conosco 

 

  Fórum

  Visual Basic
Voltar
Autor Assunto:  gravar data no MYSQL urgente
Armando Gioia
Pontos: 2843
SÃO PAULO
SP - BRASIL
Postada em 16/02/2006 13:32 hs            
e ai galera blz...
bom eu tó fazendo o insert da seguinte maneira
 
axsql = "insert into Tarefas (responsavel,codpara,data) values (" & cod_user.Text & "," & Text1.Text & ",'" & Format(CDate(Label8),"yyyy/mm/dd") & "')"
 
cn.execute axsql
 
o erro que ocorre é o seguinte
 
Run-Tima '-2147217900(80040e14)';
[MySQL][ODBC 3.51 Driver ][mydqls-5.0.18-standart]You have an
error in your SQL syntax; check the manual that corresponds to your
MySQL serve version for the right syntax to use near "2006/03/16')'
at line 1
 
desde jah agradeço...
um abraço a todos....
     
Knight
GOIÂNIA
GO - BRASIL
Postada em 16/02/2006 13:50 hs         
o problema n é a data, mas sim a text1.text ela tem q esta entre aspas simples se tiver guardando uma string ou convertida pra numero se tiver guardando um valor numerico
 
Espero ter ajudado

Emoções Knight Emoções

http://host.csti.eti.br

CSTI WebHosting
Hospedando Idéias Emoções

     
¨Hennyere¨
Pontos: 2843
SALVADOR
BA - BRASIL
Postada em 16/02/2006 14:06 hs         
Tente assim:
axsql = "insert into Tarefas (responsavel,codpara,data) values ('" & cod_user.Text & "','" & Text1.Text & "','" & Format(CDate(Label8), "yyyy/mm/dd") & "'"

     
Armando Gioia
Pontos: 2843
SÃO PAULO
SP - BRASIL
Postada em 16/02/2006 14:14 hs            
naum deu ceto da o mesmo erro.....
     
Knight
GOIÂNIA
GO - BRASIL
Postada em 16/02/2006 14:33 hs         
Tenta fazer um replace das barras por traço
Ex:
para gravar
replace(Format(CDate(Label8), "yyyy/mm/dd") ,"/","-")
para ler
replace(Format(CDate(Label8), "yyyy/mm/dd") ,"-","/")
 
tenta ai e me fala
PS: mantenha as aspas no text1 ok

Emoções Knight Emoções

http://host.csti.eti.br

CSTI WebHosting
Hospedando Idéias Emoções

TÓPICO EDITADO
   
Armando Gioia
Pontos: 2843
SÃO PAULO
SP - BRASIL
Postada em 16/02/2006 14:40 hs            
naum deu certo
axsql = "insert into Tarefas (responsavel,codpara,data) values (" & cod_user.Text & "," & Text1.Text & ",'" & Replace(Format(CDate(Label8), "yyyy/mm/dd"), "/", "-") & "')"
 
e nem assim
 
axsql = "insert into Tarefas (responsavel,codpara,data) values (" & cod_user.Text & "," & Text1.Text & "," & Replace(Format(CDate(Label8), "yyyy/mm/dd"), "/", "-") & ")"
     
Página(s): 1/2      PRÓXIMA »


Seu Nome:

Seu eMail:

ALTERAR PARA MODO HTML
Mensagem:

[:)] = 
[:P] = 
[:(] = 
[;)] = 

HTML DESLIGADO

     
 VOLTAR

  



CyberWEB Network Ltda.    © Copyright 2000-2025   -   Todos os direitos reservados.
Powered by HostingZone - A melhor hospedagem para seu site
Topo da página