Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] Connection Profiles via programming.


I have an example chunk of from the "Derby How to's", it's the basic "Resturants.java", it uses the Derby embedded JDBC connection to a local Derby database.

I want to provide a clone of this code which uses a DTP Connection Profile (set up for Derby) instead of the JDBC connection, so I can compare and contrast  using a DTP Profile connection against a JDBC programmatically.

Question:
        Does anyone have any example project/code which connects to an established Connection Profile and runs some simple insert/select statements. (this is a none UI app , so no wizards/dialogs to manage the connection).


Duncan Rigby  


Back to the top