Thanks! the Information_Schema views have done the trick! BOLs are great if you know at least some of the key words to search with and you gave me more than I needed!
I have inherited a database from some where. None of the relationships were defined and no indexes exist. One good thing is that the original designer was good about naming columns consistently. I need to determine what tables specific columns exist in. (For example "what tables contain a column...
I need to be able to save to a text file the results of a search. I have done the following:
START
Search
For Files or Folders
Entered the parameters
Clicked Search Now
The results are hundreds of files (as expected). I now want to save the results that are in the Search Results Pane so that I...
afsearch looks promising and is definitely within my budget but I would really like to end up with a list of words for each document in a SQL*Server table. I have no idea where to even start to take a document(word for example) and extract ALL words (not just ones I specify although I would like...
I have approximately 1000 documents (word, power point, excel, project, pdf) that I need to index. I want to search each of the documents and generate a list of keywords (important words not to include articles, pronouns, conjunctions, and prepositions) from each document. I then want to put...
I have a user who is moving from MS Outlook to Eudora and I need to convert all of her existing email files (.pst) currently in Outlook to Eudora files (.mbx). Anyone have an idea as to how to do this? I tried using Eudora's import feature but it only brings in the folders not any of the mail...
I agree ... and shall make an effort to start including them ... not including them is simply lazy programming habits which are very easy to fall into.
Good point, Wullie, but I'm one of those lucky (?) people that only has to target IE. It is absolutely impossible for my users to use Netscape. Would be good programming practice though to include the form tags.
Boomerang! YES! a star for you ... you deserve more! That is exactly what I was looking for. I had managed to get it to work with an onSubmit using a button but I didn't want a button. The OnChange works exactly like I wanted ... no button ... no form!
Thanks!
my reply to your first response got lost so here it is again ...
There are no buttons ... no form. Putting it in a form is superfluous (in this case) since there is no requirement for submit or reset or anything buttons. The size is plenty big enough for the example and the http://www.somewhere...
Is there a way to make this code work as "advertised". I want each option entry in a <select> list to include a hyperlink.
<html>
<head>
</head>
<body>
<select size=3>
<option><a href="http://www.somewhere">link1</a>label1</option>
<option><a...
Would you mind being more specific about your "blah blah blah"? I have tried your example but cannot get it to work with an Insert. I changed my above example to use a record set for the insert (as opposed to just a connection) and when I query the ID field I get a message that states...
sorry, I guess I didn't make myself completely clear. Yes, I know both versions work in SQL*Server but I thought there was a much "cleaner" way to do it in SQL*Server and that was what I was after.
Thanks for the responses.
I'm trying to do a query in sql*server that I know how to do in oracle ... can someone tell me the equivalent in sql*server. In Oracle the query would be:
select fieldName1, fieldName2
from Table1
where fieldName1 in (select fieldName1
from Table2)
or
select...
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.