Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Array


Message #1 by "reba begum" <begumreba@h...> on Tue, 27 Feb 2001 15:28:01 -0000
<html><DIV>

<P align=left>Am using tables:</P>

<P align=left>room = roomid, type, disrcription, price </P>

<DIV align=left></DIV>

<P align=left>booking = bookingid, roomid, customerid, datein, dateout </P>

<DIV align=left></DIV>

<P align=left>to create a query to search for rooms that are available within </P>

<DIV align=left></DIV>

<P align=left>specified dates. This website- http://www.bellagiolasvegas.com/pages/main_noflash.asp# - </P>

<DIV align=left></DIV>

<P align=left>>has on-line room reservation, where when customer selects checkin and </P>

<DIV align=left></DIV>

<P align=left>>checkout dates and it lists all the rooms that are available. Am am tying to </P>

<DIV align=left></DIV>

<P align=left>>do the same using loop in Array.  Can someone help me write the code to construct a loop in a
Array to do the query.</P>

<P align=left>Thanx</P>

</html>


  Return to Index