<%@LANGUAGE="VBSCRIPT"%> <% set future_gigs = Server.CreateObject("ADODB.Recordset") future_gigs.ActiveConnection = MM_conn_soulstation_db_STRING future_gigs.Source = "SELECT * FROM future_gigs_vw where public=True or private_booking=True ORDER BY gig_date" future_gigs.CursorType = 0 future_gigs.CursorLocation = 2 future_gigs.LockType = 3 future_gigs.Open() future_gigs_numRows = 0 %> <% 'Dim o_Conn, strSQL 'Set o_Conn = CreateObject("ADODB.Connection") 'o_Conn.Open "DATABASE=soulstation_db;UID=;PWD=;DSN=soulstation_db" 'strSQL = "INSERT INTO SoulStationHits (http_user_agent,remote_addr,remote_host) VALUES ('" & _ ' Request.ServerVariables("http_user_agent") & "','" & Request.ServerVariables("remote_addr") & _ ' "','" & Request.ServerVariables("remote_host") & "')" 'o_Conn.Execute strSQL %> <% Dim Repeat2__numRows Repeat2__numRows = -1 Dim Repeat2__index Repeat2__index = 0 future_gigs_numRows = future_gigs_numRows + Repeat2__numRows %> <% function DoDateTime(str, nNamedFormat, nLCID) dim strRet dim nOldLCID strRet = str If (nLCID > -1) Then oldLCID = Session.LCID End If On Error Resume Next If (nLCID > -1) Then Session.LCID = nLCID End If If ((nLCID < 0) Or (Session.LCID = nLCID)) Then strRet = FormatDateTime(str, nNamedFormat) End If If (nLCID > -1) Then Session.LCID = oldLCID End If DoDateTime = strRet End Function %> Soul Shakers - Henning

  Henning Kanstrup (Bass)

Bassist Henning Kanstrup, originally from Copenhagen, has played with such legends as Hubert Sumlin' (Howlin' Wolf's guitarist) and Pat Travers. Kanstrup, whose influences include Jaco Pastorius and Jack Bruce, played with a series of Victoria bands including Soul Station, The Scorchers and the Blue Devils.

Henning

Home The Demo The Band The Contact

 
<% future_gigs.Close() %>