%Set rsSplash = Server.CreateObject("ADODB.Recordset") rsSplash.ActiveConnection = con_string strlang1="select * from Rotator_Photos where type='Slides'" rsSplash.Source = strlang1 rsSplash.CursorType = 0 rsSplash.CursorLocation = 2 rsSplash.LockType = 1 rsSplash.Open() %>