<%@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 - Shawn

  Sean (Guitar)

In 1973 Sean moved from Ontario to Victoria, British Columbia, where he attended the University of Victoria and obtained a Bachelor of Music degree. He has played guitar, occasional keyboards, and sang with numerous rock, pop and country bands over the decades. In the 70’s there was Sour Grapes and Riffraff; in the 80’s Poorboy, Pressure Point, and Doc & the Doo-Wops; in the 90’s Sea Cruz, Third Avenue and The Waybacks.


 Sean has also sung in the University of Victoria Choir, had a part in the Victoria Operatic Society’s production of “Cabaret” and has played guitar as part of the orchestra for numerous local productions of such theatre staples as “Godspell”, “Joseph and the Amazing Technicolor Dreamcoat” and “Grease”. From 2003-06 Sean worked for Holland America and Princess Cruise Lines on cruise ships with a pop/rock/standards band called Party of Four.

In August, 2007 Sean finished a recording project for a 4-song CD which is a supplement to the novel “Shooting Stars” written by Laurie Olson. Three songs were co-written with the author. Her son, Jesse Olson, wrote the fourth tune on the CD. The recording itself was a solo project by Sean. A précis of the book and information about this collaboration is available at www.shootingstarsthebook.com. A video montage with the music from one of the songs, "Heaven's Jewels", is available for viewing at http://youtube.com/user/Spirit328.

More information on Sean is available at rcmpsite.com under “Sean McCool” in the musicians’ profiles."

Home The Demo The Band The Contact

 
<% future_gigs.Close() %>