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...
Hello:
Here is an example of my data:
catalogid item_desc sell_price item_cost
1 black widget 25 5
2 black widget 25 5
3 green widget 20 3.5
4 green widget 20...
Hello all:
Out data center is forcing us to move to a new IP block, and we host our own DNS Servers, 2 Web Servers and 1 SQL Server. I am unsure how to lower the TTL on the DNS servers so the other Windows 2000 servers will resolve the new DNS. FYI: the two DNS servers are Windows 2000 Advanced...
Thank you for your help everyone. I agree xtendscott, it does appear he was a lazy developer, and yes, he was using DW. I guess I will use a text editor and remove all the <HTML>, <HEAD> & <BODY> opening/closing tags from the content pages. I doubt this will help much with SEO, but I assume this...
Thank you for your replies. The reason there are duplicate tags is that the include file header.htm, which consists of the header and navigation menu, has it's own opening and closing HTML tags. The main content pages also have their own opening and closing HTML tags. I assume the previous...
If have a page that has 2 <HTML> tags, 2 <BODY> tags, & 2 <head> tags. Will spiders crawl a page with duplicate tags, or will a spider jump off the page? This is happening because I am running an asp site that has #include files which have HTML tags in the code. The product pages also have HTML...
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.