Enter Keywords:
1 - 10 of 83(0 seconds)
Sort By:
 
I want to write servlet programs that can receive your username & password from a web page then my servlet reply success or fail by scan username & password from my database (Access) Tell me ste...
Zones: Java, Servlets, New To JavaDate Answered: 03/30/2000 Rating: 4.0 Views: 0
I am writing a code where I take in a old e-mail address and then a new e-mail address and then I update the old with the new from the database. My issue I am having is that I need to print out suc...
Zones: ProgrammingDate Answered: 11/24/2006 Rating: 6.4 Views: 0
Having performed a successful select, how can I refer to the result? (i.e. how could I assign a variable name to the result? Should that not be possible, how could I say if the result from the abov...
Zones: PHPDate Answered: 03/14/2000 Rating: 6.8 Views: 0
Using DAO, I have the following code: DoCmd.Setwarnings False DoCmd.RunSql("Insert Into ...........") DoCmd.Setwarnings True How can I determine if the insert command was succesful or not?
Zones: MS AccessDate Answered: 08/19/2004 Rating: 9.4 Views: 0
I keep getting this error from the fopen command... Warning: fopen("<url>", "r") - Success in <php page> on line 12 what's causing the error and how do i fix it? many thanks Stu
Zones: PHPDate Answered: 11/18/2004 Rating: 6.2 Views: 0
I developed a simple windows service and run Microsoft .Net  Installutil, which run successfully, but when I check my created windows service that doesn’t exist in Windows MMC Services explorer, ev...
Zones: C#Date Answered: 07/16/2005 Rating: 7.6 Views: 4
In the following two functions, one calls the other which then goes and retrieves a stylesheet.  I need this second function to return true so that the first function can do some basic error checki...
Zones: Adobe FlashDate Answered: 06/24/2005 Rating: 9.6 Views: 0
how do i know if recall is successful or not? how does recall work? and entourage has any recall function?
Zones: Outlook GroupwareDate Answered: 10/17/2005 Rating: 9.6 Views: 16
Experts, I want to output an 'green tick' image if a file is found.  Currently I just output 'File found' like so:      out.println( (rtrFile.exists()? " RTR  file is found" : " RTR File is mis...
Zones: JavaDate Answered: 02/10/2007 Rating: 9.8 Views: 0
Hi. I need to check to see if an import in code is successful. Any ideas here? This is the code that I have... DoCmd.SetWarnings False     DoCmd.RunSQL "delete * from tblNewTargetList"     DoC...
Zones: MS AccessDate Answered: 05/10/2002 Rating: 7.6 Views: 0