Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Goldmine and Java

Status
Not open for further replies.

MikeHaith

Programmer
Nov 12, 2002
18
0
0
US
I have recently been put in charge of writing a sales application for a small company. The company maintains its customer database in goldmine and would like the sales application to retrieve customer data from goldmine. As I am writing the custom application in Java, I would like to simply use a JDBC driver to interface with the goldmine database. Is this possible? If so, where can I get a JDBC driver? I would also like a copy of the schema if it is available.

Thanks in advance for your help

Mike H
 
Hi Mike,

Grab the programmers guide from under the resources>manuals area.

JDBC will be fine for read only. For writing you either need the stored procedures installed to update the data or you'll need to use the DLL.

Regards,

Richard.
PRIOR Analytics UK
Winners of the LBA Customer Service Award.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top