how i connect my oracle 10g with visual web pack textbox

sir i install netbeans 5.5 and visual web pack sir how i connect my oracle 10g data base with my new vwp projectplease give me step for connection the database with grid ,combo,textboxthank'saamir
[232 byte] By [mfa786a] at [2007-11-27 0:51:51]
# 1

Hi!

You can read about binding here:

http://developers.sun.com/jscreator/learning/tutorials/2/index.jsp#Access_Datab ases

More exactly:

http://developers.sun.com/jscreator/learning/tutorials/2/databoundcomponents.ht ml

Maybe it will be helpful for You.

Thanks,

Roman.

-Grif-a at 2007-7-11 23:22:57 > top of Java-index,Development Tools,Java Tools...
# 2

sir i use sample Travel database and get right result

but sir i want use oracle 10g with vwp

please give me idea wher i past jdbc14.jar

i try but in runtime create connection with oracle and show me all view but not show me the table i thought it right problum or other problem

in jsp i eassly use the oracle10g not problem but in runtime area i connect natbeans not show table but show view

please give me idea how i use 10g in vwp

thank's

aamir

mfa786a at 2007-7-11 23:22:57 > top of Java-index,Development Tools,Java Tools...
# 3

Hi!

Actually I don't understand what is your problem.

1) Can You add Oracle to connections in VWP?

2) If expand connection, rightclick on some table in DB and select "View Data" Can You see data from this table?

3) Can You bind 'Table' component on the page to DB by drag-n-drop?

4) Is data shown in browser when You deploy your project?

Thanks,

Roman.

-Grif-a at 2007-7-11 23:22:57 > top of Java-index,Development Tools,Java Tools...