Ralado Posted November 18, 2019 at 11:36 PM Report Share #616647 Posted November 18, 2019 at 11:36 PM 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 More sharing options...
M6 Posted November 20, 2019 at 11:33 AM Report Share #616653 Posted November 20, 2019 at 11:33 AM Não podes ter uma virgula antes do FROM. 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar." Link to comment Share on other sites More sharing options...
Ralado Posted November 22, 2019 at 09:55 PM Author Report Share #616685 Posted November 22, 2019 at 09:55 PM valeu cara era isto mesmo obrigado Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now