SQL Server Query Analyzer searches in this field without any error using:
FIELD like '%binter%' OR CONTAINS(FIELD,' "binter" ') and the search is really fast!
It's too much text. This is one of them. I hope it can be useful. If not, I'll send you more. I search the text Binter. Thank you.
<p>
<span style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana">
<span style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana">
<span style="FONT-SIZE: 8pt; FONT-FAMILY...
Thanks but I get 2018 rows with CONTAINS and 2026 with LIKE.
The field contains html data. Perhaps CONTAINS isn't valid for this search? I thought it would treat the data like text, no matter it contains html or not...
Hi,
I'm trying to create a query with CONTAINS(FIELD,'"wordToSearch*"') that should have to work like 'FIELD LIKE '%wordToSearch%' but I don't get the same results. In fact, CONTAINS returns less rows than LIKE.
Where is the error?
Thanks
Hi,
I'm trying to post a large amount of data but, after submitting the form, all the data are lost.
I know there's no size limit with post, so, could it be a server's limitation? Where's the problem?
Thanks
I only want users to change the initial session user and password because some of them have different users for different applications of the intranet.
Thanks again
Hi,
The text of the elements of my select is too large and I'd like to divide it in two lines. I've tried to insert <br> tag but it has no effect.
How can I resolve it?
Thanks
Fayna
Hi,
I'm trying to retrieve an ASP page content but I have the following problem: when I run the code bellow on my computer's server it works without any errors, but when I run it on my company's server I get an 404 - File not found error. Where's the problem?
Here's the code:
<%
option...
Hi,
I'm trying to save a web page content by using Microsoft.XMLHTTP. I can write it into a new page but I get an error when I write it in a file.Here's my code:
Response.Buffer = True
Dim objXMLHTTP, xml,strHtmlText
Dim FSO,objFile,f
Set xml = Server.CreateObject("Microsoft.XMLHTTP")
xml.Open...
Hello!
I'm trying to print the content of a pop-up with this code in the <a> of an image:javascript:print()
It works in NS 6 but it doesn't in IE 6
Where is the problem?
Thanks
Try this:
function alpha(value){//for example text.value
var re = /[0-9]/ //any digit?
if ((value.search(re)!= -1)){//found any digit at any position
..your code on error
}
else
..no digits found .ok}
Hello!I have one page that redirects to another one this way:header("location:other_page.php?variable1=...")
Other_page contains this code:
...include("header.php");include("footer.php")
Is there a way to show this data in a new window?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.