[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 594: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 650: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
Fórum Xmaker • O que esse erro SQL significa ERRO 104 Unknown tokken
Página 1 de 1

O que esse erro SQL significa ERRO 104 Unknown tokken

Enviado: Agosto 28th, 2012, 2:54 pm
por Romero
To tentando fazer uma instrução em um filtro q tá logo no post abaixo, e o mesmo fica dando erro SQL 104 unknown tokken
linha 40 column 1,

Já revi espaço, palavras reservadas, tipo de campo, e ainda não consegui resolver.. o Código é esse:

var
xData : TDateTime;
begin
xData := Date;
//Tabglobal.DProcesso.Filtro.Clear;
Tabglobal.DProcesso.Filtro.Text :=' Tabglobal.DProcesso.DT_Ren = ' + #39 + DataSql(xData) + #39 ;
Tabglobal.DProcesso.AtualizaSql;
end;

Re: O que esse erro SQL significa ERRO 104 Unknown tokken

Enviado: Agosto 29th, 2012, 11:54 am
por Romero
Descobri .. kkk

Esse erro acontece quando tem uma instrução errada na linha de comando do SQL, ou quando se usa palavras reservadas, ou quando falha no espaço entre comandos.