Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Expected Loop Error
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Expected Loop Error

 Post Reply Post Reply
Author
groq View Drop Down
Newbie
Newbie
Avatar

Joined: 21 July 2003
Location: United States
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote groq Quote  Post ReplyReply Direct Link To This Post Topic: Expected Loop Error
    Posted: 15 August 2003 at 3:17pm

I'm getting the following error in internet  explorer:

######################################
Error Type:
Microsoft VBScript compilation (0x800A03FB)
Expected 'Loop'
######################################

Here's my code: Can anyone please point out the problem in my code.

######################################
<%
dim accessdb, Conn, dbPath, cn, rs, sql

accessdb="staffdata.mdb"


dbPath = "C:\Staffdata.mdb"
  Set Conn = Server.CreateObject("ADODB.Connection")
  Conn.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" & dbPath

Set rs = Server.CreateObject("ADODB.Recordset")


sql = "SELECT LName, FName, Title, Photograph FROM tblstaff WHERE EStatus = 'Active';"

rs.Open sql, Conn
%>
<center>
<img align="center" src="pix/board01.gif">
</center>
<table BORDER="1" BORDERCOLOR="#558AF8" align="center" width="640">
<tr>
<%
rs.movefirst
do while not rs.eof
%>
<td align="center"><img src=../Upload/<%= rs("Photograph") %> align=left width="70" height="70"><b>
<%= rs("LName") %>
</b <b>
<%= rs("FName") %>
</b>
<br>
<%= rs("Title") %>
</td>
</tr>

<%
rs.movenext
%>
</table>

</body>
</html>

<%
rs.close
set rs=nothing
%> 
###########################################

Back to Top
KCWebMonkey View Drop Down
Senior Member
Senior Member
Avatar
Go Chiefs!

Joined: 21 June 2002
Status: Offline
Points: 1319
Post Options Post Options   Thanks (0) Thanks(0)   Quote KCWebMonkey Quote  Post ReplyReply Direct Link To This Post Posted: 15 August 2003 at 3:36pm

<%
rs.movenext
Loop
%>

Back to Top
groq View Drop Down
Newbie
Newbie
Avatar

Joined: 21 July 2003
Location: United States
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote groq Quote  Post ReplyReply Direct Link To This Post Posted: 15 August 2003 at 3:47pm

Thank you KCWebMonkey!  The 'Loop' function worked.  Thank you!

GROQ

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.