ERRO SQL
Boa tarde!!
tenho as seguintes linhas de comando e o programa me retorna o erro, no value givens for one more required parameters
sql = "select id_unid from unidade_negocio where nome_unid = " & txt_funç.Text
rs.Open sql, cn, adOpenDynamic, adLockBatchOptimistic
valeu pessoal
tenho as seguintes linhas de comando e o programa me retorna o erro, no value givens for one more required parameters
sql = "select id_unid from unidade_negocio where nome_unid = " & txt_funç.Text
rs.Open sql, cn, adOpenDynamic, adLockBatchOptimistic
valeu pessoal
se o campo nome_unid for string, eu uso:
sql = "select id_unid from unidade_negocio where nome_unid = '" & txt_funç.Text & "'"
ok
colocar apóstrofe
sql = "select id_unid from unidade_negocio where nome_unid = '" & txt_funç.Text & "'"
ok
colocar apóstrofe
Tente corrigir para:
sql = "select id_unid from unidade_negocio where nome_unid = '" & txt_funç.Text & "'"
Acho que faltou abrir e fechar aspas.
Espero ter ajudado
[]'s André Milaré
sql = "select id_unid from unidade_negocio where nome_unid = '" & txt_funç.Text & "'"
Acho que faltou abrir e fechar aspas.
Espero ter ajudado
[]'s André Milaré
Pastor, demorei 30s a mais para responder... KKKKKK
você cronometrou?
Tópico encerrado , respostas não são mais permitidas