[java ee programming] Re: LAB-1020- homework

2009-12-04 Thread devgan
Thank you all, I was able to fix it after correcting the spaces. The LOCATIONS was a typo, I am sorry about that. On Dec 4, 1:53 am, Serge Fonville wrote: > Hi, > > > stmt1.executeUpdate("insert into LOCATIONS"+ "values(1,'Cha Cha Cha > > Shouldn't there be a space between LOCATIONS and values? >

[java ee programming] Re: Lab-1020 Version problem with the JDBCSample

2009-03-24 Thread Sang Shin
supriya khare wrote: > Hi > > > > I have JDK6.0 installed and after downloading the lab1020 and trying to > open JDBCSample I get resolve problem: *Problem: The project uses the > Java Platform called "JDK_1.5", but this platform was not found*. I have > been successfully able to work on

[java ee programming] Re: Lab-1020 Version problem with the JDBCSample

2009-03-23 Thread 4engineershelp
.com]on Behalf > Of Don Brumbaugh > Sent: Thursday, March 19, 2009 11:01 PM > To: Java EE (J2EE) Programming with Passion! > Subject: [java ee programming] Re: Lab-1020 Version problem with the > JDBCSample > > Looks like I figured this our.  I just tp right click the pro

[java ee programming] Re: Lab-1020 Version problem with the JDBCSample

2009-03-21 Thread Don Brumbaugh
, 2009 11:01 PM To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] Re: Lab-1020 Version problem with the JDBCSample Looks like I figured this our. I just tp right click the project and resolve to the .../.netbeans/6.5/config/Database/org_apache_derby_jdbc_ClirntDriver file

[java ee programming] Re: Lab-1020 Version problem with the JDBCSample

2009-03-21 Thread Don Brumbaugh
@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com]on Behalf Of Don Brumbaugh Sent: Thursday, March 19, 2009 10:11 PM To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] Re: Lab-1020 Version problem with the JDBCSample I had the same problem and this worked

[java ee programming] Re: Lab-1020 Version problem with the JDBCSample

2009-03-19 Thread Don Brumbaugh
To: Java EE (J2EE) Programming with Passion! Subject: RE: [java ee programming] Re: Lab-1020 Version problem with the JDBCSample I had the same problem and this worked but I have another problem resolution to resolve. ClassNotFoundException: org.apache.derby.jdbc.ClientDriver SQLException: No

[java ee programming] Re: Lab-1020 Version problem with the JDBCSample

2009-03-19 Thread Don Brumbaugh
[mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com]on Behalf Of Don Brumbaugh Sent: Thursday, March 19, 2009 10:11 PM To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] Re: Lab-1020 Version problem with the JDBCSample I had the same problem and this worked

[java ee programming] Re: Lab-1020 Version problem with the JDBCSample

2009-03-19 Thread Don Brumbaugh
- From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com]on Behalf Of fredrik Sent: Monday, March 09, 2009 6:50 PM To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] Re: Lab-1020 Version problem with the

[java ee programming] Re: Lab 1020. Javadoc does not work

2009-03-19 Thread Priyanka Bhardwaj
Thanks. I have the C:\Program Files\Java\jdk1.6.0_03\src.zip as the javadoc file and I have java 1.6 as default. But I still cannot see the javadoc for Connection or DriverManager or anything. I am using windows. Any ideas would be appreciated. Priya On Tue, Mar 17, 2009 at 10:44 PM, SureshReddy

[java ee programming] Re: Lab-1020 Version problem with the JDBCSample

2009-03-18 Thread Don Brumbaugh
- From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com]on Behalf Of fredrik Sent: Monday, March 09, 2009 6:50 PM To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] Re: Lab-1020 Version problem with the

[java ee programming] Re: LAB 1020

2009-03-17 Thread dennis
Hello Biljana, Yes, it is confusing with so many choices. These steps worked for me. Step 1 Go to this page http://java.sun.com/javase/downloads/index.jsp Step 2 Download and install this Java SE Development Kit (JDK) Bundles = JDK 6 Update 12 with Java EE Step 3 Go to this page http://j

[java ee programming] Re: LAB 1020

2009-03-17 Thread Priyanka Bhardwaj
I think you should download jdk 5.0. I have jdk 6.0 but the project uses JDK 5.0 platform. So the JDBCSamples is broken for me right now. On Tue, Mar 17, 2009 at 3:00 PM, Biljana Biljana wrote: > Hi! > I have a problem with LAB-1020, i just don't know which of JDK I have to > download: > JDK 6Upd

[java ee programming] Re: Lab-1020 TypeInfo.java question.

2009-03-13 Thread codemaniaque
Nevermind... I found it. On Mar 12, 2:07 pm, Karl wrote: > While this seems very comprehensible, I'd like to have something cleared up > before I put it to bed. > I'm looking at the TypeInfo.java file, specifically this block: > >             ResultSet rs = dbmd.getTypeInfo(); >             whi

[java ee programming] Re: Lab-1020 Version problem with the JDBCSample

2009-03-09 Thread Mick Timony
There was an earlier post about this, see the 2nd message on this thread: http://groups.google.com/group/java-ee-j2ee-programming-with-passion/browse_thread/thread/f9bc162c718d3c10/adb92482dc05f823?lnk=gst&q=JDK_1.5#adb92482dc05f823 Luck Mick On Sat, Mar 7, 2009 at 8:01 PM, supriya khare wrote:

[java ee programming] Re: Lab-1020 Version problem with the JDBCSample

2009-03-09 Thread fredrik
Yes, I had the same problem. Right-click the project node and choose Properties. Select Libraries. At the top, select JDK 1.6 as Java Platform in the drop-down menu. This should do it. /Fredrik On 8 Mar, 01:01, "supriya khare" wrote: > Hi > > I have JDK6.0  installed and after downloading the la