%@LANGUAGE="VBSCRIPT"%> <% set rsState = Server.CreateObject("ADODB.Recordset") rsState.ActiveConnection = "dsn=oraquestmemphis" rsState.Source = "SELECT DISTINCT ST FROM PROVIDERLIST ORDER BY ST" rsState.CursorType = 0 rsState.CursorLocation = 2 rsState.LockType = 3 rsState.Open rsState_numRows = 0 %> <% set rsSpecialty = Server.CreateObject("ADODB.Recordset") rsSpecialty.ActiveConnection = "dsn=oraquestmemphis" rsSpecialty.Source = "SELECT DISTINCT Specialty FROM PROVIDERLIST" rsSpecialty.CursorType = 0 rsSpecialty.CursorLocation = 2 rsSpecialty.LockType = 3 rsSpecialty.Open rsSpecialty_numRows = 0 %>
![]() |
![]() |
|||||||
![]() |
||||||||
![]() |
||||||||