galera ... estou com o seguinte erro no meu codigo:
erro '80004005'
/docs/script.asp, line 40
StrSql = "select distinct (case when mes = '1' then 'Janeiro' " & _
" when mes = '2' then 'Fevereiro' " & _
" when mes = '3' then 'Março' " & _
" when mes = '4' then 'Abril' " & _
" when mes = '5' then 'Maio' " & _
" when mes = '6' then 'Junho' " & _
" when mes = '7' then 'Julho' " & _
" when mes = '8' then 'Agosto' " & _
" when mes = '9' then 'Setembro' " & _
" when mes = '10' then 'Outubro' " & _
" when mes = '11' then 'Novembro' " & _
" when mes = '12' then 'Dezembro' " & _
" end) as nomemes, mes, link " & _
" from arquivos " & _
" WHERE status = 1 " & _
" ORDER BY mes "
Set Rs = Con.Execute(StrSql) 'LINHA 40
Pergunta
Thiago Top
Bom dia a todos,
galera ... estou com o seguinte erro no meu codigo:
Desde já, obrigado.
[]s, Thiago
Editado por Thiago TopLink para o comentário
Compartilhar em outros sites
9 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.