I have a small problem with sendmail. Some sites that deliviers mail to me seems to have a different protocol than i do. To illustrate my problem I will take two examples of my logh-files.
Example...
http://www.experts-exchange.com/Networking/Unix_Networking/Q_10146732.html
If(res("CategoryID").value == "Supplements")
{
urlpage = "detail_supplements.asp?p=1&ProductID="+res("ProductID");
}
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10312159.html
Zones:
JavaScriptDate Answered: 03/16/2000 Rating: 9.2 Views: 0
Platform: Windows ME
Version: MSAccess 97 Runtime
When running my vba code from 97 runtime version under WinME I get an error "Too few parameters expected 5" (relating to parameter queries used...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20083948.html
Zones:
MS AccessDate Answered: 03/12/2001 Rating: 7.0 Views: 0
I have the following code which i want to use to copy a file from one location to another.
Set fsoobject = CreateObject("scripting.FileSystemObject")
fsoobject.copyfile ("c:\wachovia\new.txt...
http://www.experts-exchange.com/Programming/Misc/Q_21105770.html
Zones:
ProgrammingDate Answered: 08/31/2004 Rating: 8.4 Views: 0
What's wrong with this statement?
sqlString = "select * from dbo.Admin where sub_id='"&Request.QueryString("sub_id")&"'";
I get this Error:
'System.Web.HttpRequest.QueryString' denotes a 'prop...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21208237.html
Error Type:
Microsoft VBScript compilation (0x800A03F3)
Expected '='
/ea_db/pringle_dev.asp, line 199, column 33
set rsCrsDtl.Execute(rsCrsRS_sql)
--------------------------------^
Dim rsCr...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21273003.htm...
Zones:
ASPDate Answered: 01/21/2005 Rating: 7.8 Views: 0
Here is my code, why do I get Compiler Error Message: CS1002: ; expected ???
class clsMagenta : INTPageBlock
//--------------------------------------------------------------------------------...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21417116.html
Zones:
C#Date Answered: 05/09/2005 Rating: 9.8 Views: 0
I have a combo with "Yes" and "No" value with a question users will see before selecting the "Yes" or "No" answer,
Question Combo11.value
...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21417170.html
Zones:
MS AccessDate Answered: 05/09/2005 Rating: 7.4 Views: 35
I am trying to get a make table query to run when a form loads but continue to get the error 'too few parameters expected two. Here is the code I am running. I have the two parameters in the quer...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21608871.html
Zones:
MS AccessDate Answered: 10/27/2005 Rating: 8.4 Views: 0
I have an array which is created ok, and I need to find the size of it, and add 2, but keep getting an error saying 'class expected'
newArraySize = MyArray[].length();
any ideas?
Tony
http://www.experts-exchange.com/Programming/Languages/Java/Q_21749421.html