Hello,
I am looking for help with an SQL Problem. I have two times and I would like to pull records out of the table where one column's value is between the two times. The table column is SQL Server 7.0 datetime. Currently the value in the table is (date + time) where the date is set to...
Hello,
I was wondering if any one can help me with a buggy external Javascript. I am running an included javascript that uses "document.write" to print a series of news items (general syndicated news, like Moreover) but sometimes it won't load. I would like to add a javascript timer so...
I have a few Subs in one file that do things like write the headers and footers of my page. I want to separate them from my code so I have put them in another page (inc_html.asp). I get an error when I try to use:
<%
server.execute "inc_html.asp"
Call WriteHeader
%>
I am here.
<%
Call...
I have a page with two frames. The top one has a button that when pressed, I want it to get the url of the bottom frame. The problem is that I want to use the bottom frame to navigate to other sites and domains.
Frameset:
<frameset rows="20%,*">
<frame name="topbar"...
I need to create the SQL that will select all rows from a table and will add an additional empty record to the end. I will be using the results in ColdFusion (though this likely will not matter, it may be helpful information).
SELECT NAME, ID
FROM CONTACT
WHERE NAME LIKE 'T%';
What do I need...
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.