[1389] in java-interest

home help back first fref pref prev next nref lref last post

Re: Third Party Library Loading

daemon@ATHENA.MIT.EDU (Thomas Hickey)
Thu Aug 31 16:02:03 1995

From: hickey@oclc.org (Thomas Hickey)
Date: Thu, 31 Aug 1995 12:50:44 -0400
To: java-interest@java.sun.com

It seems like this is something that lots of people want to
accomplish.  We're mostly interested in clients talking to a central
database, so linking in native methods is a pain, but at least possible
at the sever end.  A better solution might be Java code that can talk
ODBC to one or more of the popular RDBMSs (the way ODBC works, I think
each one has to be a little different).  Anyone working on this sort of
thing?


--Th
	From: mtw@felix.kodak.com (Mary White)
	Date: Wed, 30 Aug 1995 08:14:25 -0400
	Subject: Third Party Library Loading
	
	I am currently working on an applet that will allow  
	searching into a Sybase database.  Originally I created the
	applets using native methods to call the database library
	calls and things were working ok.  But I have been told that
	this is not a solution because for anyone to use the applet I
	will have to download the sybase library onto thier machine,
	since it is dynamically loaded for them to use the applet.  Is
	this true?  If so how do I get around it.  It is impossible for
	me to distribute database libraries and would like my search
	commands to come from the client if possible.
	
	Thanks for any help in advance.

-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post