Forum: Oracle Apr 15th, 2008 |
| Replies: 9 Views: 585 |
Forum: Oracle Apr 9th, 2008 |
| Replies: 9 Views: 585 Re: Constraint Help Please It didn't work.
I should have mentioned, I need to enter multiple data into the invoice table using the same invoice_no.
Any other suggestions please? |
Forum: Oracle Apr 9th, 2008 |
| Replies: 9 Views: 585 Re: Constraint Help Please Hi Sulley, thank you for the reply.
I will remove the PK (invoice_no, ISBN) from the Delivery table and put something in it's place and see how it goes.
Thanks again! :) |
Forum: Oracle Apr 8th, 2008 |
| Replies: 9 Views: 585 Constraint Help Please Hi,
I have some tables (below), but I'm having trouble entering multiple lines of data.
Here are the tables I have created.
I can enter data into the customer, salesman and item table without... |
Forum: Java Mar 11th, 2008 |
| Replies: 12 Views: 2,827 Finding Max Number in Array Hi,
I am trying to get the max number from an array, but I'm not sure how to tackle it. This is what I have so far.
import javax.swing.*;
public class InitArray
{
public static void... |