Does anyone know how i can receive an email when the server goes down? I was thinking about something like another remote server pings every 1/2 hour the other server, and if the other server is unreachable, then an email is sent out.
any ideas on how to receive emails about a server being...
hi i' getting this error:
Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
I thought it was the mdac so i upgraded to version 2.8, still the same problem, i testing the connection string with the sa...
can anyone tell my what to search under, or have any information on how to enable file compression, to server faster web pages. I found out that iis6 has a file compression ability but can't seen to find where to set it attributes. thanks
Hi, i'm hoping someone can help me get windows2003 set for smtp. I went into control panel and installed component, under details of iis6, of smtp. it asked for my disk and everything worked, i have an asp page that creates the cdo object like so:
Set myMail=CreateObject("CDO.Message")
When i...
i have a string containing a date, the format can be either containing a / or a - as a divider between the numbers
I would like to be able to determine if the string contains a / or a - so i can response.write something different for each case
thanks
i was wondering if there is a folder option so the pages do not get cached by the user, instead of using server side web code to stop page caching
thanks
this is what i have:
id = request.form("event_id")
//when i response.write the id i currently get a 40 value,
//i concure with the db and the 40th record does exist
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\path\der.mdb;"
Set...
Hi i'm response.writing a drop box, here the section of the page for it:
.Write "<select NAME='li_start_dt_month'>"
For ll_temp = 1 to 12
.write "<option value=" & ll_temp
.write ">" & MonthName( ll_temp, True ) & "</option>" & vbcrlf
Next
.Write "</select>"
I have...
string: 4-20-2005
how can i set a2a to be the value of the numbers to the left of the first -
a3a to be the number between each -
and a4a to be the last four number at the end of the string
possible variations on the string are:
12-11-2001
3-9-2005
13-5-2002
2-19-2003
hi i have a table called users that is set up with column names and has data in it.
I would like to create another table called people which needs to have identical column names, i don't care about the data. How can i easily accomplish this?
thanks
Hi, i'm looking for advice. I have two sql2k dbs, one of the dbs reside on the webserver. I have an asp page that updates a table in the db. I would like to update the other db at this time, but i was wondering if the connection string would be secure, as i need it to be. I was think some...
Hi i'm creating a cd of some html pages and was wondering if with JS it is possible to obtain names of each file in a certain folder on the cd.
I'm hoping to create a menu system on a autorun cd that is dynamic to the file names (all being type either jpg or gif) in a specific folder.
Hi I'm newish to windows2003 server and was wondering why when i run an aspx file i get the following message:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the...
I was wondering if sql allow to be updated from a different ip than what the sql2000 server uses.
Also wanting to know if the same cross domain updating can be done from sql to oracle?
thanks db gurus!
Hi, i had to reinstall the os, things are set up so the os is on 1 hd and the sql db is on its own hd. When i reinstalled the os, i noticed that enterprise manager for sql isn't listed under 'start' on the desktop. Do i have to reinstall sql2000 server or since its on its own hd, i just need...
hi, i have a button that loads something into a higher level. Since the button is at the bootom of the page how can it be so when released the page position in the html window is at the top, 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.