Click here to Skip to main content
15,917,005 members

Comments by Member 11193774 (Top 8 by date)

Member 11193774 5-Jun-15 13:57pm View    
actually ,, i tried to solve it ,, but really i couldn't get the solution :'(
this is my solution :
declare
start_value number; end_value number; n number;
result;
begin
start_value:=&start_value;
end_value:=&end_value;
n :=&n;
for x in start_value..end_value loop
<<calc>>
if((x mod n)=0 and (x mod 10)!=0) then
dbms_output.put_line(x);
end if;
goto calc;
end loop;
end;
/

.. i couldn't place goto statement in correct place ,, please help me ^^
Member 11193774 7-Apr-15 7:54am View    
i did that , but still i got the same error
Member 11193774 7-Apr-15 7:53am View    
i turn off verification , still i get the same error
Member 11193774 7-Apr-15 6:52am View    
Deleted
which step do you mean ?
Is it this one : client.Host = "smtp.gmail.com"; ?
Member 11193774 7-Apr-15 6:50am View    
for which gmail should i apply that ? sender or receiver ,
actually i'm trying to send mail from website by using user mail to Admin mail