One thing I forgot to add. I am on a Windows 2003 Server w/IIS 6. Restarting IIS seems to temporarily fix the problem. But after a couple days, the error will start randomly appearing.
While running a page, I received the following error:
Microsoft VBScript compilation error '800a03e9'
Out of memory
/shopadmin1.asp, line 0
Once this error occurred every product page generated the same error. i looked up the error code and the common solution was to make sure that any SQL...
hello:
I am trying to replace a string of data in one column of one table. I exported the data into a text file, made the required changes to the text file, and tried to import the changes using DTS. I am getting a "violation of primary key constraint PK_products" error. I am not updating the...
FYI...I also tried running the following script:
<?php
$db = mssql_connect("162.42.***.***","***","***") or die("Unable to connect to server");
mssql_select_db("cta");
$result = mssql_query("SELECT * FROM coupons");
print("<table border=1>");
print("<tr><th>Name</th></tr>");
for ($i=0; $i <...
Hello:
I am definitely a newby, so I apologize for any frustration!
I am migrating from windows 2000 to 2003. We have a web server and a sql server. There is one PHP application we run that requires access to the SQL database. It works fine on the old 2000 Server, but will not work on the new...
Hello:
We currently host our own DNS (windows 2000 server) and have decided to use GoDaddy for email hosting only. On their website, they say you need to do the following if you need to retrieve email messages from GoDaddy but host your DNS elsewhere:
---------------------------------
If...
It works! Thank you KenWright, and all others who replied. I wondered if anyone would think this is a strange request. This spreadsheet includes product cost & freight (over 5000 products). I needed to come up with a sell price, and since we sell everthing at ***.95, I was getting tired of using...
Hello:
I have a spreadsheet of numerical values. I have a simple formula where C1 = A1+B1. If A1 = 5.59 and B1 = 6.32, is there any way to make the total equal 11.95 instead of 11.91? I would always want the value after the decimal point to be .95
Any help or ideas would be greatly...
Hello:
We recently created a wordpress blog for our website. Wordpress offers domain mapping that will redirect blog.ourdomain.com to ourblog.wordpress.com. For the redirect, wordpress says to add the following CNAME record to our DNS: blog 14400 IN CNAME ourblog.wordpress.com.. We run our...
Hello:
Windows 2000 Server/SQL Server 2000
Two nights ago I noticed that data was disappearing from our ORDERS table after our nightly backup routine. We have approximatley 60000 records in the table. After the backup, all records from 1 - 55600 have been deleted. I have looked through log...
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.