Hi,
I have SQL Server database that I want an Outlook client to connect to and retrieve a list of names/emailaddresses/phone numbers etc. from.
Does anybody know if this is possible, and if so how I could do it, or where I could find more information on it.
Thanks a bunch :)
Hi I am trying to loop through a comma delimited string of values and insert them into my sql 2000 database.
I got some help for this from this thread http://www.sqlteam.com/forums/link.asp?TOPIC_ID=9921, but they dont seem to want to help me anymore!
Ok this sproc is used to take all the...
Ok I am using the following script to select an option from a select list in IE, what I would like to know is how to get it to work in Netscape
This script is run from a spawned window, it either has a date passed to it or if there is not date it grabs todays date and uses that (what it is...
I think that kind of solution is getting a little to complicated (it is after all simply a form!!)
I think it might just be easier to click, but If you do come across something I would be very interested :)
Thanks!
thats actually has quite an interesting effect...
I may well use that on something else...
what I really wanted was to make the effect like when you normally just click on it
thanks anyway :)
its not going to be used on the client it is to be used on the serverside (in asp)
I am fine tuning an application and want to get it as good as I can,
maybe I'm being picky but thats just me :)
Hi,
Just wondering if/how it is possible to get a date value more accurate than a millisecond?
I am making a timer to see how long a page takes to load, and want to get as accurate as possible.
Thanks
Yup you are right it needs document in there,
it also need to be document.forms
I figured it out just after i posted but couldnt get back on the net!
Thanks for your help
Hi,
I am trying to read the contents of a drop down select box in Netscape 4.7+
this is the script (which works in ie of course) that I am using
function go(){
var index = frmChoosePeople.CountryID.selectedIndex
var id = document.frmChoosePeople.CountryID.options[index].value...
This is what I use..
<%
alternate = 0
for i = 0 to uBound(arrayName,2)
if alternate = 0 then
color= "red"
alternate = 1
else
color= = "blue"
alternate = 0
end if
%>
<tr>
<td bgcolor="<%=color%>"><%=arrayName(0,i)%></td>
<td...
If you could have any 3 currently available books on SQL Server 2000 what would they be?
I am going to be taking some MCDBA exams soon and need help choosing what books to help me study for it!
Thanks a bunch :-)
If you could have any 3 currently available books on SQL Server 2000 what would they be?
I am going to be taking some MCDBA exams soon and need help choosing what books to help me study for it!
Thanks a bunch :-)
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.