|
From: Oleg B. <ph...@ph...> - 2006-10-24 17:09:32
|
On Tue, Oct 24, 2006 at 12:00:17PM -0500, Aaron Bostick wrote:
> Can I create a new directory under the sqlObject install and call it
> sybaseasa and then use a URI like 'sybaseasa://...' for my connection hub?
If you can distinguish Sybase from ASA on th fly the best way would be
to query the server conditionally. Thus one connection class can serve both
types of backends.
> Any pointers on what the different def's are supposed to do in the
> sybaseconnection.py?
The very sybaseconnection.py is the best example. :) Also see
mysqlconnection.py and postgresconnection.py.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|