<% searchstring = Request("searchstring") searchtype = Request("searchtype") Set Connection = Server.CreateObject("ADODB.Connection") Connection.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\websites\customspeechusa.com\db\csbbs.mdb" If searchtype = "message" Then set RS= connection.execute("SELECT generalid,GeneralName,GeneralDate,GeneralSubject,CountofDetailID FROM qryMTMeetingMain WHERE FirstOfGeneralMessage LIKE '%" & searchstring & "%'" & "ORDER BY GeneralDate DESC") Else If searchtype = "subject" Then set RS= connection.execute("SELECT generalid,GeneralName,GeneralDate,GeneralSubject,CountofDetailID FROM qryMTMeetingMain WHERE GeneralSubject LIKE '%" & searchstring & "%'" & "ORDER BY GeneralDate DESC") Else IF searchtype = "name" Then set RS= connection.execute("SELECT generalid,GeneralName,GeneralDate,GeneralSubject,CountofDetailID FROM qryMTMeetingMain WHERE GeneralName LIKE '%" & searchstring & "%'" & "ORDER BY GeneralDate DESC") Else set RS= connection.execute("SELECT generalid,GeneralName,GeneralDate,GeneralSubject,CountofDetailID FROM qryMTMeetingMain WHERE GeneralID > 366 ORDER BY GeneralDate DESC") End If End If End If %> Custom Speech USA - MT Meeting Place - We teach computers how to listen

csusatop.gif (4377 bytes)

tgif0001.gif (861 bytes) <%If searchstring = "" Then%>

speechrecformed.gif (1773 bytes)

Workflow management, speech recognition, and internet are tools available to MTs.  Workflow includes file management, document retrieval, time tracking, and related issues.  Workflow may be within a local area network, on the internet, or some combination.  Workflow may include audio captured by a telephone dictation server, PC, or handheld recorder.  Processing of speech recognition on a workflow is a new challenge that will be increasingly faced by MTs in the coming years as speech recognition technology matures. Speech recognition currently is most accurate with dictation into a PC with a headset or high quality handheld microphone.  Results with handheld recorders or traditional telephone dictation are more problematic.  When and whether to use speech recognition, the role of the editor, and system optimization and integration are questions that will arise as medical and other customers implement the newest technologies.  The bulletin board is provided to encourage discussion of these issues.      

The opinions expressed on any Learning Center bulletin board forum, user group, or list, are those of the author(s) and not Custom Speech USA, Inc. Information obtained from these sources is not guaranteed for accuracy or completeness. Custom Speech USA, Inc. is not liable for any use or misuse of information contained in any message or response. If you post a message or response, you agree not to submit information that you know to be false, misleading, or in violation of any law, and you agree to hold Custom Speech USA, Inc. harmless concerning the content of any message or response. Custom Speech USA, Inc. reserves the right to withhold, edit, or remove any message or response in whole or in part for any reason.<%End If%>

 
  ">
Search By: Message "subject" AND searchtype <> "name" Then %> checked <% End If %>> Subject checked <% End If %>> Name checked <% End If %>>

postamessage.gif (2932 bytes)
 
  To see the entire post and its replies, click on the subject.
<% CurrentRecord = 0 Do While Not RS.EOF%> <% RS.MoveNext CurrentRecord = CurrentRecord + 1 Loop %> <% If CurrentRecord = 0 and SearchString > "" Then %> <% End If %>
Subject Name Date/Time Replies
"><%= RS("GeneralSubject") %> <%= RS("GeneralName") %> <%= RS("GeneralDate") %> <%= RS("CountofDetailID") %>
No postings were found that match your search.
<% set RS = nothing Connection.Close set Connection = nothing %>