I'm trying to run my jar
C:\jbuilder5\jdk1.3\bin\javaw -jar application.jar
The program runs but I cannot see any images and it also doesnot read xml files.
I'm using xml to produce my reports.
The classes, xml and my images are in the same folder.
Help please.
how to develop a queryDataSet which shows all the events that will occur with the criteria that the event date should be greater then today's date
select [field list here] from [tablenamehere]
where EVENTDATE > :TODAYDATE
How to get TODAYDATE
JBuilder produces exception errors automatically
For example,
when Primary Key Field empty
Or when the PK already exists
Or when Delete is not allowed when related records exist and delete
cascade is not allowed.
How to overwrite these database exception errors?
Hi
I am using DBswing components.
>> Course
>> ------
>> CourseID(PK)
>> CourseStartDate(PK)
>>
>> Registration
>> ----------
>> customerID (PK)
>> courseID(PK)
>> courseStartDate(PK)
>>
A person cannot register for a course where the courseStartDate is same as the courseStartDate for a course...
How to save to multiple tables with master detail link.
That is, how to save the master table first then the detail tabes.
For example, there is a order table and a orderItem table.
When save button is clicked. It must save to Order table first then to
orderItem table...
How to find Stock on hand for each product.
Product
------
ProductID(PK)
ProductSold
---------
ProductID (PK)
date(PK)
QtySold
ProductBought
-----------
ProductID(pk)
date(PK)
QtyBought
Course
------
CourseID(PK)
CourseStartDate(PK)
Registration
----------
customerID (PK)
courseID(PK)
courseStartDate(PK)
Relationship
Course 1--* Registration *--1 Customer
A person cannot register for a course where the courseStartDate
is same as the courseStartDate for a course already...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.