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...
...words not to include articles, pronouns, conjunctions, and prepositions) from each document. I then want to put this list of keywords in a SQL*Server table with links to the document containing the keyword. It would be nice to assign a weight factor to the keyword (i.e. does it occur 100...
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...
Thank-you thank-you thank-you a thousand times!!!!!! The @@identity worked! You folks are absolutely wonderful!
For those of you who might want more detailed information here's the code that worked:
<%
' define variables
dim GmRecordSet
dim GmConnection
dim sqlGmInsert
'...
In program-1 I have a collection of checkboxes defining colors of lights (named "lights") as a part of a form being posted for use by program-2. When I access the value(s) of lights in program-2 it shows it as one long string (ex. yellow, red, orange). I used the split function to...
well, that's my problem ... they haven't submitted the first form yet. the form fields were loaded from the database and I can get those again for form2 but they may or may not have entered changes and I would like to be able to capture those changes for form2 even if form1 has not been...
i have an ASP file with two forms. The first form has fields that can be changed by the user and a submit button to process those changes to the database. The second form only has a submit button and some hidden fields. I have a need to set one of those hidden fields to a value from one of the...
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.