|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
this code in c#?
set RS = Q.CreateRecordSet("nonsequential")
set Q = Server.CreateObject("ixsso.Query") set util = Server.CreateObject("ixsso.Util") Q.Catalog = "www.vakantiegenoegens.be" Q.Query = searchstring Q.SortBy = "rank[d]" Q.Columns = "DocTitle, vpath, filename, characterization, rank" Q.MaxRecords = 300 While Not RS.EOF extension = lcase(getExtension( RS("filename") )) if extension=".html" or extension=".htm" or extension=".xls" or extension=".doc" or extension=".asp" then title = RS("DocTitle") filename = removeExtension( RS("filename")) path = RS("vpath") rank = RS("rank") info = RS("characterization") RS.MoveNext loop what reference must i import? Or what must i do? I want to yous Index server to search! many thanks in advance joekske |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > this code in c#? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|