Forum: Java
May 12th, 2008, 9:58 PM
|
|
Replies: 5
Views: 331
|
Forum: Other Programming Languages
May 12th, 2008, 1:22 AM
|
|
Replies: 3
Views: 432
Re: Pl/sql
could somebody check this code for me?
declare
h00019852_salary employees.salary%type;
begin
select salary,last_name into h00019852_salary
from employees
|
Forum: Other Programming Languages
May 10th, 2008, 11:27 AM
|
|
Replies: 3
Views: 382
|
Forum: Other Programming Languages
May 9th, 2008, 8:24 AM
|
|
Replies: 3
Views: 432
|
Forum: Other Programming Languages
May 7th, 2008, 12:09 PM
|
|
Replies: 3
Views: 432
Pl/sql
hi guys
how are you??
i am coding for project and i got errors but i don't know what is the wrong??
here is the code
set serveroutput on
declare
|
Forum: Java
May 1st, 2008, 5:24 AM
|
|
Replies: 23
Views: 588
|
Forum: Java
Apr 30th, 2008, 12:47 PM
|
|
Replies: 23
Views: 588
Re: Snytax error
i didn't know about parent component... what is it by the way?? can you explain it to me :)
|
Forum: Coder's Corner Lounge
Apr 30th, 2008, 6:35 AM
|
|
Replies: 48
Views: 1,683
Re: Life outside Earth?
yea why not?? who created this universe is able to create everything and anything... sometimes there are many things beyond our thoughts
|
Forum: Java
Apr 30th, 2008, 3:30 AM
|
|
Replies: 23
Views: 588
Re: Snytax error
i added into
int z=Integer.parseInt(Option0);
if (z == 0){// 0 is the number of exiting for the programme
break;
it shows unreachable statement in here:
...
|
Forum: Java
Apr 29th, 2008, 6:40 PM
|
|
Replies: 23
Views: 588
|
Forum: Java
Apr 29th, 2008, 1:03 PM
|
|
Replies: 23
Views: 588
Re: Snytax error
loool... i am specialising in programming now.... college student just like you loool.... but it seems that you have a great foundation in programming...
|
Forum: Java
Apr 29th, 2008, 9:54 AM
|
|
Replies: 23
Views: 588
Re: Snytax error
you mean there is no loops so that why it is giving me an error so it needs a loop to break it.... is that what are you trying to say?
|
Forum: Coder's Corner Lounge
Apr 29th, 2008, 9:52 AM
|
|
Replies: 17
Views: 1,283
|
Forum: Java
Apr 29th, 2008, 9:45 AM
|
|
Replies: 23
Views: 588
Re: Snytax error
what do you mean?? i didn't get what you are trying to explain..
|
Forum: Java
Apr 29th, 2008, 7:46 AM
|
|
Replies: 23
Views: 588
Re: Snytax error
i asked to help from one of my classmate and here is the code
this for the clas which has the operations
public class Convert{ // Convert class starts
public Integer minute(Integer...
|
Forum: Java
Apr 28th, 2008, 6:59 PM
|
|
Replies: 23
Views: 588
|
Forum: Java
Apr 28th, 2008, 1:37 PM
|
|
Replies: 23
Views: 588
Re: Snytax error
but i won't import it if i didn't find error which was about importing the package
|
Forum: Java
Apr 28th, 2008, 12:58 PM
|
|
Replies: 23
Views: 588
Re: Snytax error
import javax.swing.*;
import java.lang.String and int;
public class ConvertTest{
public static void main(String args[]){
Convert test = new Convert ();
in importing...
|
Forum: Java
Apr 28th, 2008, 10:58 AM
|
|
Replies: 23
Views: 588
Snytax error
good evening (it is 7:53 pm in the place where i live in)
i was writing programme for project and then i snytax error for integers and string and java suggested to import java.lang.String and int i...
|
Forum: Visual Basic
Apr 24th, 2008, 4:11 AM
|
|
Replies: 4
Views: 326
|
Forum: Visual Basic
Apr 23rd, 2008, 9:30 PM
|
|
Replies: 4
Views: 326
Re: Array
i want to display
Select Case salary
Case 200 To 299
survey(0) += 1
Case 300 To 399
survey(1) += 1
Case 400 To 499
...
|
Forum: Visual Basic
Apr 23rd, 2008, 11:36 AM
|
|
Replies: 4
Views: 326
Array
hi there.... how are you guys??
could somebody help to correct my code??? i have a problem for displaying arrays in the list box
here is the code
Public Class Form1
|
Forum: ASP
Apr 7th, 2008, 2:17 PM
|
|
Replies: 4
Views: 1,053
|
Forum: Other Programming Languages
Apr 7th, 2008, 12:51 PM
|
|
Replies: 18
Views: 762
Re: Oracle 10g
i think first we should assign it as foreign key... it is not on tbl_renter because i want to insert data in tbl_lease.... so is it better to insert data in tbl_renter first then insert the rest of...
|
Forum: Other Programming Languages
Apr 7th, 2008, 11:13 AM
|
|
Replies: 18
Views: 762
Re: Oracle 10g
ok..... now what is this error about???
http://www5.0zz0.com/2008/04/07/16/960628952.jpg
here is the code
ALTER TABLE tbl_lease ADD CONSTRAINT pk_lease PRIMARY KEY (lease_id);
|
Forum: Other Programming Languages
Apr 7th, 2008, 9:43 AM
|
|
Replies: 18
Views: 762
Re: Oracle 10g
ok... i removed the space... still i get an error missing comma..... is there anything missing??
|
Forum: Other Programming Languages
Apr 6th, 2008, 4:23 AM
|
|
Replies: 18
Views: 762
Re: Oracle 10g
i corrected the datatype for rental_amount but still i get error "missing comma" ??!!!
INSERT INTO tbl_lease (lease_id, lease_name, rental_amount, lease_signdate, begin_date, end_date)
VALUES...
|
Forum: Coder's Corner Lounge
Apr 2nd, 2008, 12:47 PM
|
|
Replies: 14
Views: 580
Re: What is your occupation?
well.... i am still student... and i didn't go for any training yet.... i know how to use visual basic, dreamweaver, oracle and java... :)
|
Forum: Other Programming Languages
Apr 2nd, 2008, 11:44 AM
|
|
Replies: 18
Views: 762
|
Forum: Other Programming Languages
Apr 2nd, 2008, 9:29 AM
|
|
Replies: 18
Views: 762
Re: Oracle 10g
first i tried insert command for lease_id to check if it is going to work or not so it worked but when i tried to add other values it didn't work, notice that i selected the fields.... so should i...
|
Forum: Other Programming Languages
Apr 2nd, 2008, 4:44 AM
|
|
Replies: 22
Views: 1,022
|
Forum: Other Programming Languages
Apr 2nd, 2008, 2:57 AM
|
|
Replies: 18
Views: 762
Re: Oracle 10g
http://www.moq3.com/img/17012008/OEB22927.bmp
here it is
|
Forum: Other Programming Languages
Apr 1st, 2008, 12:29 PM
|
|
Replies: 18
Views: 762
|
Forum: Other Programming Languages
Apr 1st, 2008, 8:36 AM
|
|
Replies: 18
Views: 762
|
Forum: Java
Apr 1st, 2008, 3:44 AM
|
|
Replies: 24
Views: 1,003
|
Forum: Other Programming Languages
Apr 1st, 2008, 3:35 AM
|
|
Replies: 18
Views: 762
Oracle 10g
hi....
could anybody help me???
oracle is driving me to maddness :@...
for project i have to create tables and indetify their primary keys and foreign keys so i entered values for primary keys in...
|
Forum: Java
Mar 25th, 2008, 9:23 PM
|
|
Replies: 2
Views: 189
Re: JAVA code
thanks i figure it out.... it should be after the input dialog..... thanks alot
|
Forum: Java
Mar 25th, 2008, 12:20 PM
|
|
Replies: 2
Views: 189
JAVA code
hi.... how are you guys???
i am programming and we just start taking Java this semester so if anyone could help by checking it, i will be grateful
i was practicing and for some reasons the...
|