DotNet, thanks for the help. I am just realizing that my client is using a response.redirect to get to our site, therefore the http_referer doesn't have a value.
Is Request.ServerVariables("HTTP_REFERER") only available in ASP.Net? My application uses classic and I am not getting anything returned for this value. I noticed that the http_referer didn't exist when I listed all the request.servervariables.
Thanks in advance for any ideas.
I am trying to determine a persons domain when they enter a website. For example if the person is entering my website from www.example.com, I want to display www.example.com. Can anybody help with this? I know that Request.ServerVariables("Remote_Host") will display my website's domain, but I...
Thanks for the effort. I have never had this problem before either. It has me stumped. My guess is that the problem is in the SQL tables/index/relationships themselves.
I am not sure if this is the correct forum for this problem.
I have an access 97 database that has many linked tables (SQL tables). When I try to refersh tables via link manager, I get the following error message:
"Application-defined or object-defined error".
I am able to refesh some of the...
I have an access 97 database that has many linked tables (SQL tables). When I try to refersh tables via link manager, I get the following error message:
"Application-defined or object-defined error".
I am able to refesh some of the tables, but not others. Does anybody know what would cause...
Is it possible to convert HTML tags in a textarea?
I am pulling a field out of a database that contains HTML tags. I need to display it in a Textarea without the HTML tags.
For example the value in field is:
<p style='font-family:verdana;font-size:10pt;'>Dear David,<BR><BR> Thank you...
Is is possible to create a global variable that can be used throuhgout the DTS package? For example, I want to calculate a date in the first step of the package and have it available for multiple queries within the DTS package.
I am new to DTS packages. Thanks in advanced for any sugestions.
Thanks to both replies.
I ended up running an DBCC Indexdefrag, re-indexing the "corrupt" tables and also added a primary key. The combination of these three actions fixed the problem.
Apparently, they frequently add alot of data to these tables and never re-index the tables...
I am having a weird situation, Several tables through enterprise Manager will not open to show all records I am getting a timeout. The weird thing is I can open a top N to a point. however if I go one over I get that timeout. Also if I run a select * on this table in Query analyzer It just...
It seems that somebody has walked aay with my HTML reference book. GRRRRRRR.
Can I use a value clause with Type = "File"? It doesn't seem to work.
Thanks in advance for your help.
dave
I am trying to expand the lenght of a drop down box. When displayed on screen I want the drop down to be 28 px. When a user clicks on the drop down arrow to display values, I want the length to expand to a larger value (i.e. 100 px).
Is there any way to accomplish this.
Thank you in...
I am trying to expand the lenght of a drop down box. When displayed on screen I want the drop down to be 28 px. When a user clicks on the drop down arrow to display values, I want the length to expand to a larger value (i.e. 100 px).
Is there any way to accomplish this.
Thank you in...
I am kind of new to writing sql queries. I am sure this is a very basic question.
How do I return the first value of a field when using a Group by clause. If I link the SQL tables to Access I am able to run the query:
SELECT tblName.Field1, First(tblName.Field2) AS ID
FROM tblName...
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.