Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/06/2008, 11:57
Avatar de JuanRAPerez
JuanRAPerez
Colaborador
 
Fecha de Ingreso: octubre-2003
Mensajes: 2.393
Antigüedad: 21 años, 6 meses
Puntos: 27
Respuesta: Excel con ASP

ummmmmm
haz probado hacerlo con un archivo de excel?

<%
dim fs
set fs=Server.CreateObject("Scripting.FileSystemObject ")
if fs.FileExists("c:\asp\introduction.asp")=true then
response.write("File c:\asp\introduction.asp exists!")
else
response.write("File c:\asp\introduction.asp does not exist!")
end if
set fs=nothing
%>

http://www.w3schools.com/asp/met_fileexists.asp

se supone que no tendría que darte error

suerte
__________________
JuanRa Pérez
San Salvador, El Salvador