Erro de Convert
11/09/2006
0
Eu não sei converter esse erro alguem pode me ajudar? TENHO QUASE CERTEZA QUE É NO CAMPO CORRESPONDENCIA, POIS É UM CHECK BOX, MAS NÃO SEI PASSAR ESSA INSTRUÇÃO DE CONVERSÃO DO SQL PRO ´CODE´...
Syntax error converting the varchar value ´True´ to a column of data type bit.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Syntax error converting the varchar value ´True´ to a column of data type bit.
Source Error:
Line 36: ´INSERT INTO [T P Colaboradores] (......) VALUES ´(´´ & Link_Pai & ´´,´´ & Pai_ID & ´´,´´ & Filho_ID & ´´,´´ & Departamento & ´´,´´ & Complemento_do_Endereco & ´´,´´ & Cargo & ´´,´´ & Correspondencia & ´´, getdate() )´
Line 37: cmd = New SqlCommand(sSQL, cn)
Line 38: cmd.ExecuteNonQuery()
Line 39:
Line 40: cmd.Dispose()
Obrigado...
Aline
Aline.caldeira
Curtir tópico
+ 0Posts
11/09/2006
Psergio.p
Gostei + 0
11/09/2006
Psergio.p
Seria assim
Dim corr as byte
if correspondecia.Value then
corr = 1
else
corr = 0
end if
após isso substitua a variável correspondencia por corr na instução sql
Qualquer problema poste novamente!
Gostei + 0
13/09/2006
Aline.caldeira
isso me ajudou mto...
até +
Gostei + 0
13/09/2006
Psergio.p
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)