Hi gentlemen Is there en effort to bring ODBC drivers to Zope on linux? It seems to me that we have iodbc and unixodbc. Are these stable enough to work with? On a slightly different note, is there a way to connect to an oracle db on another computer *without* having any oracle specific libraries? Cheers, Gabor Melis
On Wed, 2 Feb 2000, Gabor Melis wrote:
On a slightly different note, is there a way to connect to an oracle db on another computer *without* having any oracle specific libraries?
I am sure there is no. Why do you need it? Oleg. ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
On Wed, 2 Feb 2000, Oleg Broytmann wrote:
On Wed, 2 Feb 2000, Gabor Melis wrote:
On a slightly different note, is there a way to connect to an oracle db on another computer *without* having any oracle specific libraries?
I am sure there is no. Why do you need it?
It could be done using Oracle's thin JDBC client libraries (oops... do freely downloadable Java classes count?) -- ___ // Zen (alias Stuart Bishop) Work: zen@cs.rmit.edu.au // E N Senior Systems Alchemist Play: zen@shangri-la.dropbear.id.au //__ Computer Science, RMIT WWW: http://www.cs.rmit.edu.au/~zen
On 2/2/00 10:43 AM, Gabor Melis at gabor.melis@essnet.se wrote:
Hi gentlemen
Is there en effort to bring ODBC drivers to Zope on linux? It seems to me that we have iodbc and unixodbc. Are these stable enough to work with?
These are just driver MANAGERS, they are not drivers. All drivers (except Postgres and MySQL) are currently commercial. We are working with OpenLink (http://www.openlinksw.com) which are free for use under 10 sessions to the database, and come in hundreds of flavors.
On a slightly different note, is there a way to connect to an oracle db on another computer *without* having any oracle specific libraries?
You'd need the drivers mentioned above. Chris -- | Christopher Petrilli Python Powered Digital Creations, Inc. | petrilli@digicool.com http://www.digicool.com
participants (4)
-
Christopher Petrilli -
Gabor Melis -
Oleg Broytmann -
Stuart 'Zen' Bishop