 |
|
 |
I having a problem that i want to search in html page. Html can be table which is consist of field like roll no,name etc. I want to search a roll no in html page and save that record in database like oracle,sql server..
vineet garg
email: vinsmart05@yahoo.com
|
|
|
|
 |
|
 |
Is there any way that you can define the extra colomns in TSQL and run it in a stored procedure ?!?;P
|
|
|
|
 |
|
 |
hi,
i'm trying to use ur demo project coding to my set of documents search. it's working fine if we give search keyword like "java".
my problem is i want to search words like "java and vb". The result should be the documents which has both "java" and "vb".
Also If we give Search word like "c" or "c++", the error is "The query contained only ignored words".
can you give me the idea for writing query for "And,or, Not" option? also for single character?
Thanks,
|
|
|
|
 |
|
 |
If you can generate from .aspx page a .htm page so that you can save it on hard disk ? for faster retreival .... Then search engines can easily find it ?
Go Forward
http://www.fullmobile.net
|
|
|
|
 |
|
 |
Hi Syed Adnan Ahmed I read your articles but I went to ask you question
I went to make search in xml files, I used asp.net, the index server
Will be index this files, (under un known extensions), the xml files contain title author and description, how can I deal with xml, if the index server treat the files as a text.
|
|
|
|
 |
|
 |
I downloaded your code and have problems getting it to work. First the sql for creating the insert query has a problem and will not load. I worked with it and finally got it to load (may not be right though).
I went through all of the steps to create the "Search" index service. When I run the application, I get an error "can't convert null value to string" when I try to add a record.
I went on to the form for searching. I get "Record not found" even though it is in the catalog. I verified this by using the index service query to find different things.
If you get a chance would you debug the application and post an updated version.
Thanks,
Paul
|
|
|
|
 |
|
 |
I download your code,and do it following readme.txt.
at first ,create the index server 'catalog named "search"
and the second, create the folder named Alias(unc),and the path is "demo\search\Profiles"
the 3th,full rescan the folder "alias"
the 4th,refresh the list of property.
the 5th ,i set the property-->SET meta tag property, checked the Cached Option and Select "VT_LPWSTR" option ,but such as Create, FileIndex and so on whose type is not or can't be string,i didn't select "VT_LPWSTR".
the 6th,start the index server.
of course,the website and the sqlserver setup ,i have done before above .
but when i finished these config.it can work,but can't find any record.
of course,i use the "host" to enter the website login and add new profile,for instance ,add "name:winart ," and so on.
then,when i use "admin" to search the keyword "winart" in the "/frmProfileSearch.aspx", the result is "no record found"
why??
No pain no gain!
|
|
|
|
 |
|
 |
what are you doing with this lines?
what about if i want to search in word document and show it in a datagrid like the example in "Indexing Service" --> "Query the Catalog" - "Indexing Service Query Form"?
oQuery.DefineColumn("name (DBTYPE_WSTR) = d1b5d3f0-c0b3-11cf-9a92-00a0c908dbf1 name")
oQuery.DefineColumn("spokenlanguage (DBTYPE_WSTR) = d1b5d3f0-c0b3-11cf-9a92-00a0c908dbf1 spokenlanguage")
oQuery.DefineColumn("securityclearence (DBTYPE_WSTR) = d1b5d3f0-c0b3-11cf-9a92-00a0c908dbf1 securityclearence")
oQuery.DefineColumn("relocate (DBTYPE_WSTR) = d1b5d3f0-c0b3-11cf-9a92-00a0c908dbf1 relocate")
oQuery.DefineColumn("profileid (DBTYPE_WSTR) = d1b5d3f0-c0b3-11cf-9a92-00a0c908dbf1 profileid")
oQuery.DefineColumn("location (DBTYPE_WSTR) = d1b5d3f0-c0b3-11cf-9a92-00a0c908dbf1 location")
oQuery.DefineColumn("jobtype (DBTYPE_WSTR) = d1b5d3f0-c0b3-11cf-9a92-00a0c908dbf1 jobtype")
oQuery.DefineColumn("designation (DBTYPE_WSTR) = d1b5d3f0-c0b3-11cf-9a92-00a0c908dbf1 designation")
oQuery.Columns = "vpath, filename, profileid, name, spokenlanguage, securityclearence, relocate, location, jobtype, designation"
___________________
Anthony Alvarado R.
|
|
|
|
 |
|
 |
The define column is searching through Meta Tags of HTML Files. If you want to search through MsWord document you do not need to define column, you just get the columns like "vpath, filename etc"
Adnan
Microsoft.NET Professional with ASP.NET, VB.NET, SQL SERVER 2000, Application Server's experience.
|
|
|
|
 |
|
 |
oh ok now it is works!
thanks !
___________________
Anthony Alvarado R.
|
|
|
|
 |
|
 |
Hi, I wrote the article HtmBuilder on this site and I think the Dynamic HTML Creation is a very useful concept. The next step I am working on is something the Java/Apache world (see cacoon on Apache.org) has been doing for a while.
First, get the template in a XML format and add child nodes according to the datasources. Then upon rendering specify an XLST to render it. You can do this upon the page request, or do a manual transform and push the new HTML page to a web/staging server. This way all data that drives content is in XML and a few XSLTs render all content.
This is a cool architecture for any Knowledge Base.
|
|
|
|
 |
|
 |
Thnax
I will look into this.
Adnan
Microsoft.NET Professional with ASP.NET, VB.NET, SQL SERVER 2000, Application Server's experience.
|
|
|
|
 |
|
 |
any sample about it, please !!!!
Thanks.
AE
|
|
|
|
 |