<%@LANGUAGE="VBSCRIPT"%> <% ' Page Navigation Dim nav_rs_tourdates: Set nav_rs_tourdates = new NAV_Page_Navigation nav_rs_tourdates.Init "nav_rs_tourdates", "rs_tourdates", "", Request.ServerVariables("URL"), 7, 5 %> <% Dim rs_tourdates Dim rs_tourdates_cmd Dim rs_tourdates_numRows Set rs_tourdates_cmd = Server.CreateObject ("ADODB.Command") rs_tourdates_cmd.ActiveConnection = MM_con_bobby_STRING rs_tourdates_cmd.CommandText = "SELECT * FROM tourd ORDER BY tfrom ASC" rs_tourdates_cmd.Prepared = true Set rs_tourdates = rs_tourdates_cmd.Execute rs_tourdates_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 0 + Session("max_rows_nav_rs_tourdates") Repeat1__index = 0 rs_tourdates_numRows = rs_tourdates_numRows + Repeat1__numRows %> <% nav_rs_tourdates.checkBoundries() %> Bobby Caldwell
Bobby Caldwell Online Store Japanese Fan Page Image gallery Song Writing Video Film Usage Awards
Bobby Caldwell Official Site Home Bio Tour Dates Discography News Message Board Contact

More shows coming soon.
Bobby is also available for private shows; but management prefers that we don't post his private dates on his website, so as not to create confusion on show dates for Bobby's fans.

All dates posted here are public dates that can be attended by purchasing tickets.


Want to be notified of the latest tour dates and other Bobby news?

Sign up for Bobby's mailing list and we will send you the new schedule.


Tour Dates
<% While ((Repeat1__numRows <> 0) AND (NOT rs_tourdates.EOF)) %>
<% ' Show IF Conditional title If (rs_tourdates.Fields.Item("title").Value) <> "" Then %> <%=(rs_tourdates.Fields.Item("title").Value)%> <% End If ' End Conditional title %>
<%=(rs_tourdates.Fields.Item("tvenue").Value)%>
<%= DoDateTime((rs_tourdates.Fields.Item("tfrom").Value), 1, 1033) %> <% ' Show IF Conditional dateto If (rs_tourdates.Fields.Item("tto").Value) <> "" Then %> to <%= DoDateTime((rs_tourdates.Fields.Item("tto").Value), 1, 1033) %> <% End If ' End Conditional dateto %>
<%=(rs_tourdates.Fields.Item("ttext").Value)%>
<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rs_tourdates.MoveNext() Wend %>
<% ' Navigation Status nav_rs_tourdates.Prepare() %>
<% ' Display Page Navigation nav_rs_tourdates.Prepare() %>
home : bio : tour dates : discography : video gallery : images gallery : song writing

film usage : awards received : news : message board : contact : friends

Copyright 2021 Bobby Caldwell Entertainment, Ltd.



<% rs_tourdates.Close() Set rs_tourdates = Nothing %>