September 10
  Your Itinerary
Your Itinerary is empty
  VIEW AND BOOK ITINERARY
   


 
select VendorID, LanguageID, Image1, Name, Phone, HoursOfOperation, Description from v_VendorInfo where LanguageID=1 and ID in () and Showlive=1 order by name
select VendorID, InventoryID, LanguageID, Name, ShortDescription, Image1, Image4 from v_Inventory where LanguageID=1 and Showlive=1 and DemographicsID<>209 and CategoryID in (123) order by Image4, InventoryID
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near ')'.