Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Help about VBScript RunTime Error...

 
Logged in as: Guest
arrSession:exec spGetSession 2,3,25794
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> ASP >> Help about VBScript RunTime Error...
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Help about VBScript RunTime Error... - 9/9/2005 8:50:12 AM   
  sercim

 

Posts: 1
Score: 0
Joined: 9/9/2005
Status: offline
Hello Friends :)
I have got this error
Microsoft VBScript runtime error '800a01a8'
Object required: ''
zakt.asp, line 11
 
And here is the zakt.asp

<%
   dbPath = Server.MapPath("_veritabani_/SOSYETE.mdb")
   Set objConn = Server.CreateObject("ADODB.Connection")
   objConn.Open ("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & dbPath)

   Set AktRec = Server.CreateObject("ADODB.RecordSet")
   AktRec.Open "select * from ACTUALITY order by ActuelArticleID DESC", objConn, 3, 3
%>
<table width="90%" border="0" align="center" cellpadding="1" cellspacing="1">
<%
   Tot = Rs.RecordCount   '--------> Line 11
   theFinished = 0
   For theX=1 To Tot
%>
   <tr>
        <td><%=Rs("ActuelLinkCaption")%></td>
        <%
             Rs.Movenext
             IF Rs.Eof Then
                  TheFinished = 1
                  Exit For
             End IF
        %>
        <td><%=Rs("ActuelLinkCaption")%></td>
   </tr>
<%
   Rs.Movenext
   IF Rs.Eof Then
        TheFinished = 1
        Exit For
   End IF
   Next
   IF TheFinished = 1 Then Response.Write "</tr>"
%>
</table>


< Message edited by sercim -- 9/9/2005 8:53:11 AM >
 
 
Post #: 1
 
 RE: Help about VBScript RunTime Error... - 9/10/2005 6:36:21 AM   
  Snipah


Posts: 1343
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
Welcome Sercim...

Please review this:

http://computerperformance.co.uk/Logon/code/code_800A01A8.htm


Snipah

_____________________________

For more information, please see the "Read me First" topic.

http://www.visualbasicscript.com

(in reply to sercim)
 
 
Post #: 2
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> ASP >> Help about VBScript RunTime Error... Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts