facebook

Connect to an existing connection

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #268403 Reply

    I would like to debug the database connection that my application is using.

    The scenario is very simple:
    1- My application connects to a Database and get a connection.
    2- My applications sends SQL commands the database and changes the data
    3- Now I would like to query the database and see the changes, but my applications did not perform a commit yet.

    If I use the integrated database explorer to connect to the database, I will get a new connection, so I can not see the pending changes.

    I would like to be able to use the connection adquired by my application in order to have a nice tool to analise the database state, to help me track bugs.
    It could be as simple has a connection pool with one connection, that always returns the same connection even if it is still in use.

    You can call this feature, Connection Debugger 🙂

    Can it be done with the current MyEclipse version? If not, could you consider adding this marvelous feature?

    Thanks

    #268423 Reply

    Riyad Kalla
    Member

    Sorry there is no such feature like this currently in the IDE. And I’ll certainly discuss it with the team to see if there is anything we can do about this.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Connect to an existing connection

You must be logged in to post in the forum log in