Ir para conteúdo

POWERED BY:

Arquivado

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

HiTech-SP

To travado nesse erro

Recommended Posts

<!--#include file="common.asp" -->IDuser=lngLoggedInUserID'Set c = createobject("ADODB.connection")'c.open "DSN=Forum"Set c = createobject("adodb.connection")c.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("admin/database/wwForum.mdb") & ";"Set rs = createobject("ADODB.recordset")Set rs.activeconnection = crs.cursortype = 3Set rs2 = createobject("ADODB.recordset")Set rs2.activeconnection = crs2.cursortype = 3<html><head><meta name="GENERATOR" content="Microsoft FrontPage 5.0"><meta name="ProgId" content="FrontPage.Editor.Document"><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><title>Nova pagina 1</title><style>/* Form elements */input, textarea, select {border-color:<% = strTextColour %>;color:<% = strTextColour %>;background:<% = strTableEvenRowColour %>;border:1px solid;font:normal 11px Verdana,Arial,Helvetica,sans-serif}/* The text input fields background colour */input.post, textarea.post, select{background:#ffffff}input{text-indent:2px}</style></head><body> <table border="1" cellpadding="2" cellspacing="1" style="border-collapse: collapse" bordercolor="<% = strTableBorderColour %>" width="70%" id="AutoNumber3" height="89"> <tr> <td width="100%" background="<% = strTableTitleBgImage %>" height="15"> <p align="center"> <span style="font-weight: 700"> <font face="MS Sans Serif" style="font-size: 9pt" color="<% = strcortitulo %>">Lançamentos</font></span></td> </tr> <tr> <td width="100%" bgcolor="<% = strTableEvenRowColour %>"> <p style="margin-top: 0; margin-bottom: 0"><font color="<% = strTextColour %>" face="Verdana"> <span style="font-size: 8pt">Nome do lançamento: <input type="text" name="nomedolancamento" size="38"> </span></font> <p style="margin-top: 0; margin-bottom: 0"><font color="<% = strTextColour %>" face="Verdana"> <span style="font-size: 8pt">Exemplo: O Senhor dos Anéis : As Duas Torres (The Lord of the Rings : The Two Towers)</span></font></td> </tr> <tr> <td width="100%" bgcolor="<% = strTableEvenRowColour %>"> <p style="margin-top: 0; margin-bottom: 0"> <font color="<% = strTextColour %>" face="Verdana"><span style="font-size: 8pt">Categoria: <select size="1" name="Categoria"> <%'seleciona as categorias disponíveissql = "SELECT * FROM CATLANCAMENTOS ORDER BY nome"rs.open (sql) '<== linha 58do while not rs.eof or rs.bof%><option value="<%response.write(rs("id"))%>"><%response.write(rs("nome"))%></option><%rs.movenextlooprs.close'fimTipo de erro:Erro de tempo de execução do Microsoft VBScript (0x800A01A8)Objeto necessário: ''/forum/lancamentos2.asp, line 58

Compartilhar este post


Link para o post
Compartilhar em outros sites

esse erro indica q você está tentando chamar um OBJETO(REcordset ou conexao) só q ele não existe ou está com outro nome!!faloes

Compartilhar este post


Link para o post
Compartilhar em outros sites

faltow um <%...%><!--#include file="common.asp" --><%IDuser=lngLoggedInUserID'Set c = createobject("ADODB.connection")'c.open "DSN=Forum"Set c = createobject("adodb.connection")c.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("admin/database/wwForum.mdb") & ";"Set rs = createobject("ADODB.recordset")Set rs.activeconnection = crs.cursortype = 3Set rs2 = createobject("ADODB.recordset")Set rs2.activeconnection = crs2.cursortype = 3%><html>...que erro mais besta... :blink: :blink:

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.