Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Using Data Source Explorer Connection
Using Data Source Explorer Connection [message #1243910] Tue, 11 February 2014 16:23 Go to next message
Robert Wang is currently offline Robert WangFriend
Messages: 1
Registered: February 2014
Junior Member
This should be very simple: I created a data source connection that is already viewable through the Data Source Explorer. I can view the tables, run SQL commands, etc.

Question: Is there a guide that might show how to open this connection within a Java class or do I need to repeat the whole thing over again via code? I should like examples of retrieving ("returning") information from stored procedures (cursor results) and displaying them.

Thanks a million.

Robert.
Re: Using Data Source Explorer Connection [message #1243945 is a reply to message #1243910] Tue, 11 February 2014 17:29 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Data Source Explorer is a UI for exploring data sources, it is not a general mechanism that you can call from your application code to access a data source. For accessing stored procedures from a Java application, I suggest some research and possibly asking in a general-purpose Java programming forum such as Stack Overflow.
Previous Topic:Eclipse with ADT, crashes Text Error 1
Next Topic:Have no idea whats Wrong
Goto Forum:
  


Current Time: Fri Apr 19 20:24:37 GMT 2024

Powered by FUDForum. Page generated in 0.08162 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top