Jump to content

Erro em query


Ralado

Recommended Posts

esta dando erro de sintax nao consigo resolver alguem pode me ajudar?

// lSql = "SELECT Idcliente, DataCadastro, Nome, CPF, Logradouro, Localidade, UF, Bairro, Numero, Cep, Telefone, Celular, Email, LimiteCredito FROM tb_clientes ";
            //lSql = " SELECT  ";
            //lSql += " Idcliente,  ";
            //lSql += " DataCadastro,  ";
            //lSql += " Nome,  ";
            //lSql += " Logradouro,  ";
            //lSql += " Localidade,  ";
            //lSql += " UF,  ";
            //lSql += " Bairro,  ";
            //lSql += " Numero,  ";
            //lSql += " Telefone,  ";
            //lSql += " Celular,  ";
            //lSql += " Email,  ";
            //lSql += " LimiteCredito,  ";
            // lSql += " Fun.Nome AS NomeFuncionario,  ";
            //// lSql += " cli.Idcliente AS FuncionarioId,  ";
            // lSql += " Fun.IdFuncionario AS FuncionarioId,  ";
            // lSql += " FROM  ";
            // lSql += " tb_clientes AS cli  ";
            // lSql += " INNER JOIN  ";
            // lSql += " tb_funcionarios Fun on Fun.IdFuncionario = cli.FuncionarioId ";

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.