Enter Keywords:
1 - 10 of 986(0.012 seconds)
Sort By:
 
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...
Zones: Unix NetworkingDate Answered: 05/28/1999 Rating: 6.0 Views: 0
If(res("CategoryID").value == "Supplements")                      {                       urlpage = "detail_supplements.asp?p=1&ProductID="+res("ProductID");                      }        ...
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...
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...
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...
Zones: ASP.Net ProgrammingDate Answered: 11/16/2004 Rating: 9.4 Views: 0
Error Type: Microsoft VBScript compilation (0x800A03F3) Expected '=' /ea_db/pringle_dev.asp, line 199, column 33 set rsCrsDtl.Execute(rsCrsRS_sql) --------------------------------^ Dim rsCr...
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 //--------------------------------------------------------------------------------...
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 ...
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...
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
Zones: Java, Delphi ComponentsDate Answered: 03/01/2006 Rating: 7.8 Views: 0