Hi RuadRauFlessa,
Should be enough for me, because we dont have fair idea of what is coming. Just a step forward should be enough for us.
Pampa
Main Topics
Browse All TopicsHi,
I have one questions related to java app connecting to datawarehouse. Could somebody tellme how to do that and is there any JDBC driver available for that? Also if somebody could provide a sample code, it will be of great help.
Thanks,
Pampa
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The dataearehouse is a normal databse, which is used as a datawarehouse. To connect to it you will need the driver provided by the database vendor. A sample code is:
Class.forName("driver class name");
Connection conn = DriverManager.getConnectio
for more information refer to the java.sql and javax.sql packages.
Business Accounts
Answer for Membership
by: RuadRauFlessaPosted on 2004-11-07 at 23:00:17ID: 12521228
It all depends on the datawarehouse that you are using. Would you care to elaborate a tad more?
The only "sample code" you will get here is incomplete so as to merely give an idea of what to do.