Ir para conteúdo
Fórum Script Brasil
  • 0

Erro Bd Sqlserver


jethrotull

Pergunta

Olá Pessoal!

Estou tendo problema para efetuar uma consulta no SQL-Sever. Ocorre o seguinte erro:

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[Microsoft][ODBC SQL Server Driver][sql Server]Line 1: Incorrect syntax near 'de'.

/gera_excel.asp, line 114

O código fonte é o seguinte:

set rstemp=Conn.execute(query)

If Err.Number<>0 Then

response.write "<br>*Erro!

( . . . )

Do while Not rstemp.Eof

  if rstemp("Nome")&"*a"="*a" then

  nome=""

  sobrenome=""

  else

  nameArray = Split(rstemp("Nome")," ",2) 

  nome = nameArray(0)

  if uBound(nameArray) > 0 then

    sobrenome = nameArray(1)

  else

    sobrenome = ""

  end if

 

  end if

  if rstemp("Grupo")&"a" = "a" then

  nomGrupo = ""

  else

  set getGrupo = Conn.Execute("SELECT GRUPO FROM GRUPO WHERE ID ="&rstemp("Grupo")) 

  nomGrupo= getGrupo("GRUPO")

  end if

  if rstemp("Evento")&"a" = "a" then

  nomEvento = ""

  else

  set getEvento = Conn.Execute("SELECT EVENTO FROM EVENTO WHERE ID ="&rstemp("Evento"))

  nomEvento= getEvento("EVENTO")

  end if

O erro ocorre na linha:

set getGrupo = Conn.Execute("SELECT GRUPO FROM GRUPO WHERE ID ="&rstemp("Grupo"))

nomGrupo= getGrupo("GRUPO")

Desde já agradeço qualquer sugestão.

JT

Link para o comentário
Compartilhar em outros sites

2 respostass a esta questão

Posts Recomendados

  • 0

set rstemp=Conn.execute(query)

If Err.Number<>0 Then

response.write "<br>*Erro!

( . . . )

Do while Not rstemp.Eof

  if rstemp("Nome")&"*a"="*a" then

  nome=""

  sobrenome=""

  else

  nameArray = Split(rstemp("Nome")," ",2) 

  nome = nameArray(0)

  if uBound(nameArray) > 0 then

    sobrenome = nameArray(1)

  else

    sobrenome = ""

  end if

 

  end if

  if rstemp("Grupo")&"a" = "a" then

  nomGrupo = ""

  else

  set getGrupo = Conn.Execute("SELECT GRUPO FROM GRUPO WHERE ID ="&rstemp("ID")) 

  nomGrupo= getGrupo("GRUPO")

  end if

  if rstemp("Evento")&"a" = "a" then

  nomEvento = ""

  else

  set getEvento = Conn.Execute("SELECT EVENTO FROM EVENTO WHERE ID ="&rstemp("ID"))

  nomEvento= getEvento("EVENTO")

  end if

Link para o comentário
Compartilhar em outros sites

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.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,3k
    • Posts
      652,3k
×
×
  • Criar Novo...