Results 1 to 2 of 2
Thread: Obtaining a Java Handle
- 03-13-2012, 11:57 PM #1
Member
- Join Date
- Mar 2012
- Posts
- 1
- Rep Power
- 0
Obtaining a Java Handle
Is there a way to write a java program which can use a class running in another program?
Here is what I'm trying to do:
I have a program that opens a connection to a database and manages the various connections. I cannot modify the program, but I know the various classes and functions that run within the program.
I want to write a program that can send sql statements through the open connection in the previous program and receive the results.
Is this possible? I know the other program will not attempt to use the connections while the other program is running.
Thanks for the help!
Taylor
- 03-14-2012, 09:36 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Similar Threads
-
how to handle calender date in java
By reachsudha in forum Advanced JavaReplies: 1Last Post: 05-19-2011, 12:19 PM -
can java handle nested sub queries?
By jasonwucinski in forum JDBCReplies: 8Last Post: 05-08-2011, 02:33 AM -
How to handle Transaction IN and OUT in Inventory using java
By techsing14 in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 04-13-2011, 03:27 AM -
Obtaining straightline pixels
By base2coder in forum New To JavaReplies: 2Last Post: 09-10-2009, 01:26 AM -
java.lang.NoClassDefFound --Any way to handle this
By sunny_sykes in forum Advanced JavaReplies: 1Last Post: 03-30-2009, 08:29 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks