Link to home
Start Free TrialLog in
Avatar of pampa34
pampa34

asked on

Connecting to datawarehouse from Java app

Hi,
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
Avatar of RuadRauFlessa
RuadRauFlessa

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.
Avatar of pampa34

ASKER

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
Well what are you using for your datawarehouse?
ASKER CERTIFIED SOLUTION
Avatar of Venci75
Venci75

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pampa34

ASKER

Consider any datawarehouse like Peoplesoft, VSAM, etc and let me know how to connect to these datawarehouse from Java application. I know how to connect to a database using JDBC, what I want to know is are there any JDBC drivers from which I connect.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pampa34

ASKER

Well I understand the same. First of all I have no idea of which datawarehouse to be used. If at all we use peoplesoft, then how is that we connect. Normal Type-IV drivers are enough to connect to that datawarehouse. If not then what all drivers are available.