Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 38 of 38
Search took 0.01 seconds.
Search: Posts Made By: A.K.Al Shamsi
Forum: Java May 12th, 2008, 9:58 PM
Replies: 5
Views: 331
Posted By A.K.Al Shamsi
Re: how to get java?

ericgrave beleive me you don't to use these languages
Forum: Other Programming Languages May 12th, 2008, 1:22 AM
Replies: 3
Views: 432
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
Re: Some questions about PL/SQL.. can any one help?

1. Can we have an IF statement inside an UPDATE statement? Can any one provide an example?

of course, you can.... but i don't have examples because i have project in this part

2. How do we declare...
Forum: Other Programming Languages May 9th, 2008, 8:24 AM
Replies: 3
Views: 432
Posted By A.K.Al Shamsi
Re: Pl/sql

thank you guys for helping me
Forum: Other Programming Languages May 7th, 2008, 12:09 PM
Replies: 3
Views: 432
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
Re: Snytax error

thank you... :)
Forum: Java Apr 30th, 2008, 12:47 PM
Replies: 23
Views: 588
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
Re: Snytax error

yea i did... thanks :)
Forum: Java Apr 29th, 2008, 1:03 PM
Replies: 23
Views: 588
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
Re: Free Computer Books

thanks so much it is really helpful.... i want to learn more :)
Forum: Java Apr 29th, 2008, 9:45 AM
Replies: 23
Views: 588
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
Re: Snytax error

the programme asking for semi-colon but it is there
Forum: Java Apr 28th, 2008, 1:37 PM
Replies: 23
Views: 588
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
Exclamation 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
Posted By A.K.Al Shamsi
Re: Array

i will try it
Forum: Visual Basic Apr 23rd, 2008, 9:30 PM
Replies: 4
Views: 326
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
Re: ORA-01034: ORACLE not available -- Why does this occur??!

check the connection... for oracle because i usually have problems with server connection
Forum: Other Programming Languages Apr 7th, 2008, 12:51 PM
Replies: 18
Views: 762
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
Re: Oracle 10g

i see thanks
Forum: Other Programming Languages Apr 2nd, 2008, 9:29 AM
Replies: 18
Views: 762
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
Re: Is Oracle any good?

oracle is nice language but you have to understand it .... before you start anything.....
Forum: Other Programming Languages Apr 2nd, 2008, 2:57 AM
Replies: 18
Views: 762
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
Re: Oracle 10g

?????????????:?:
Forum: Other Programming Languages Apr 1st, 2008, 8:36 AM
Replies: 18
Views: 762
Posted By A.K.Al Shamsi
Re: Oracle 10g

the fields' names and data type
Forum: Java Apr 1st, 2008, 3:44 AM
Replies: 24
Views: 1,003
Posted By A.K.Al Shamsi
Re: How do I clear the screen?

you need to use
while (true)
because it means loop forever

and you need if(again == 'y')
{
play = 1

else
break;
Forum: Other Programming Languages Apr 1st, 2008, 3:35 AM
Replies: 18
Views: 762
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
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
Posted By A.K.Al Shamsi
Exclamation 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...
Showing results 1 to 38 of 38

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:08 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC