DUVIDA C VISUAL STUDIO, BUSCA COM PALAVRA CHAVE
01/11/2019
0
Boa tarde, estou com um problema em um código, preciso buscar uma palavra referencia digitada pelo usuário, no meu caso a placa do veiculo, e depois disso, agregar valores e algumas colunas para finalizar o tempo dele no estacionamento.
nao estou conseguindo fazer essa busca, segue como estou tentando
if(txtsaiCliente.Text != )
{
string buscaPLACA = SELECT PLACA FROM DADOS_ESTACIONA WHERE PLACA LIKE + txtsaiCliente.Text + ;
SqlCommand cmdBSC = new SqlCommand(buscaPLACA, connect);
try
{
SqlDataAdapter bscPLACA = new SqlDataAdapter(cmdBSC);
DataTable bscPARAM = new DataTable();
bscPLACA.Fill(bscPARAM);
}
catch
{
}
}
Compila mas nao cai no cath. Esta imcompleto porque eu estava tentando achar um outro meio, mas impaquei ai.
nao estou conseguindo fazer essa busca, segue como estou tentando
if(txtsaiCliente.Text != )
{
string buscaPLACA = SELECT PLACA FROM DADOS_ESTACIONA WHERE PLACA LIKE + txtsaiCliente.Text + ;
SqlCommand cmdBSC = new SqlCommand(buscaPLACA, connect);
try
{
SqlDataAdapter bscPLACA = new SqlDataAdapter(cmdBSC);
DataTable bscPARAM = new DataTable();
bscPLACA.Fill(bscPARAM);
}
catch
{
}
}
Compila mas nao cai no cath. Esta imcompleto porque eu estava tentando achar um outro meio, mas impaquei ai.
Felipe Muller
Curtir tópico
+ 0
Responder
Clique aqui para fazer login e interagir na Comunidade :)