<%
dim ISYSAsp, ISYSIndex, ISYSResults
set ISYSAsp = Server.CreateObject("ISYS.ISYSAsp")
set ISYSIndex = ISYSAsp.OpenIndex("c:\index")
set ISYSResults = ISYSIndex.PerformFind("managers", 0)
%>
Remarks
If an index is opened an no ISYS permits are available, the index will be locked in exclusive mode.