Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

designmix

alguem sabe pq?

Recommended Posts

alguem sabe me responde o que é esse erro

 

Active Server Pages error 'ASP 0130' Invalid File attribute /lista.asp, line 1 File attribute '/_conn/bib_conexao_l.asp' cannot start with forward slash or back slash.
esse é o script

ASP

[*]

 

[*]<!--#include file="/_conn/bib_conexao_l.asp"-->

 

[*]<%

 

[*]StrSQl = "Select d_clientes from * "

 

[*]call abre_conexao

 

[*]

 

[*]Set rsclientes conn.Execute(strSQL)

 

[*]

 

[*]

 

[*]

 

[*]%>

 

[*]

 

[*]

 

[*]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

 

[*]"http://www.w3.org/TR/html4/loose.dtd">

 

[*]<html>

 

[*]<head>

 

[*]<title>Untitled Document</title>

 

[*]<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

 

[*]</head>

 

[*]

 

[*]<body>

 

[*]<%= rsclientes ("nome")%>

 

[*]

 

[*]<%

 

[*]call fecha_conexao

 

[*]set rsclientes = Nothing

 

[*]

 

[*]

 

[*]%>

 

[*]</body>

 

[*]</html>

 

[*]

Compartilhar este post


Link para o post
Compartilhar em outros sites

Simples... Você está utilizando um endereço VIRTUAL para um include que trabalha com endereços LOCAIS.

 

Altere o teu include para este:

ASP

[*]<!--#include virtual="/_conn/bib_conexao_l.asp" -->

 

Para utilizar o include file, o endereço deveria ser do tipo: C:\Inetpub\wwwroot\...

 

Entendeu?

 

Martinelli http://forum.imasters.com.br/public/style_emoticons/default/joia.gif

Compartilhar este post


Link para o post
Compartilhar em outros sites

consegui arrumar isso mais agora ele esta me falando esse erro

 

Microsoft OLE DB Provider for ODBC Drivers error '80040e14' You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '*' at line 1 /lista.asp, line 8

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.