cancel
Showing results for 
Search instead for 
Did you mean: 

connecting to JDBC system

Former Member
0 Kudos

Hi experts,

I am doing a proxy to JDBc scenario and i completed mapping and all...it is working fine ....but i want to check how exactly the data is being populated in the database...

i have connection details and driver details...

plz guide me how can i log into the database..

Thanks in advance.

Regards,

Kiran.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hey,

Usually to check if the data is correct,

you should log on the the DB using the DB client,

(for example SQL plus with Oracle, and DB2 client with DB2 and etc...)

and execute queries.

On the other hand, that would require installation of the client in your computer,

there are ways to use the JDBC of the server in order to create queries,

but they are complicated...