Binding Oracle table to a listbox

using the 0jdbc14.jar driver set for Oracle.

I add a listbox to my page and then drag a table from my oracle data source onto the listbox and I get a data provider and row set created but the list box is not bound to them. I right click the listbox and select "bind to data". There are no columns listed in the Value and Display field boxes.

I can do this with the provided Travel database with no problems. Any ideas what I'm doing wrong?

I saw some other posts about this but they were extreemly old and don't seem to apply.

[553 byte] By [zparticle] at [2007-11-26 7:49:43]
# 1
Hi there,This tutorial should help you with your problem. http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/lis tbox_components.htmlThanksK
kish@sun at 2007-7-6 20:06:41 > top of Java-index,Development Tools,Java Tools...
# 2

I have the same problem using Portgresql. I'm a beginner with JSC and I'm reading the Getting Started tutorial. I've followed the example explained in chapter "Connecting to Database". I have launched the Bind to Data dialog and I 've added a new data provider selecting a table named "account" in my database. Selecting the data provider created (accountDataProvider) no field appears in Value filed area...What is wrong?

apr66 at 2007-7-6 20:06:41 > top of Java-index,Development Tools,Java Tools...
# 3

Note that the Oracle drivers have some known limitations, and are not currently supported in Java Studio Creator.

We support the drivers from DataDirect that are bundled with the product. I tried your example using the "Oracle" Database Server Type, and it worked fine.

Jim

Creator Team

JimDavidson at 2007-7-6 20:06:41 > top of Java-index,Development Tools,Java Tools...
# 4
Thanks I'll give that a try
zparticle at 2007-7-6 20:06:41 > top of Java-index,Development Tools,Java Tools...
# 5
Excellent it works with the creator bundled drivers.
zparticle at 2007-7-6 20:06:41 > top of Java-index,Development Tools,Java Tools...