Java EE Programming - JDBC Driver Install

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Thank you. It took me 4 hours of googleing with zero result, and 5 minutes of youtubing to get to this video and understand how to set up driver.

GouryIN
Автор

Great Job, i checked a lot of boards and tutorials trying to find where to put the .jar file and this is the first one that actually fixed the issues, I now have DB connection, cant thank you enough.

garret
Автор

i trying to find jdbcOdbcDriver but tired to found it. now i am here ..:) thank you u my techer <3 <3 <3 <3 <3

IshaqKhan
Автор

omg you are not a crazy indian, thank you :D

Ascaron
Автор

thanks a of the best tut on jdbc i have seen a lot

ch
Автор

Thanks A Lot i was struck with class not found error ur video solved my prob

JayPatel-jinx
Автор

That error generally means that you don't have the JDBC .jar file copied into a directory that is in your classpath. I would put it in java/bin, that is where your javac.exe and java.exe files are located.

bjhecker
Автор

Thank you very much. I solved my problem with this video. I thank God for my finding this. 

jaehuhn
Автор

i am getting an error
i have followed all the steps as you had asked for. i have 64 bit system and i am using oracle 10g

TheAchilles
Автор

Thanks mam,
But when i try to connect the database through Java (Front-End) via JDeveloper I am getting the following exception


RandjithKumar
Автор

I have followed the procedures in your tutorial. But I am getting an issue


This is my config I am using jdk/jre recent version of java 1.7
my host system contains the jdeveloper running java 1.7 and in the vmware (XP with java 1.7), I configured the oracle database 11g. now i can access the DB through SQL developer in host.


RandjithKumar
Автор

Where can i download JdbcTestOracle.java  and another files?

nguyenhuuthinhvnpl
Автор

what was the prev. video ... i dono how to install oracle...

balgammal
Автор

Thanks for this. Great help, although the link to the example java file doesnt seem to work

IFrameRodger
Автор

Hey there Barbara! This was really helpful, thank you so much!

P.S. the link to your test program isn't working ...renew it :)

JustAFurMom