Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #7277

Re: Web Applications - Separating DB Connections

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Web Applications - Separating DB Connections
Date 2011-06-09 00:06 -0700
Organization > Bestiaria Support Staff <
References <00104e8a-a09c-442c-8b74-f64abf8dcce7@l2g2000prg.googlegroups.com> <mailman.24.1307533616.11593.python-list@python.org> <9d18a6ad-8aa5-4822-87b8-4c68effd8bd1@p9g2000prh.googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.43.1307603225.11593.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, 8 Jun 2011 07:19:14 -0700 (PDT), Burhan
<burhan.khalid@gmail.com> declaimed the following in
gmane.comp.python.general:

> 
> Unfortunately our servers are Windows so neat tools like fabric (which

	Use an ODBC DB-API adapter, specifying an externally defined ODBC
"datasource"? I believe they can be defined including the user/password
needed to access the referred database.

	Not sure if the OS can set them to be used by ODBC but not readable
(via an editor) by users.
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Web Applications - Separating DB Connections Burhan <burhan.khalid@gmail.com> - 2011-06-08 00:46 -0700
  Re: Web Applications - Separating DB Connections Stuart MacKay <smackay@flagstonesoftware.com> - 2011-06-08 11:22 +0100
    Re: Web Applications - Separating DB Connections Burhan <burhan.khalid@gmail.com> - 2011-06-08 07:19 -0700
      Re: Web Applications - Separating DB Connections Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-06-09 00:06 -0700

csiph-web