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


Groups > comp.lang.python > #52426

Re: connection change

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.109.133.86.MISMATCH!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <joel.goldstick@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.036
X-Spam-Evidence '*H*': 0.94; '*S*': 0.01; 'insert': 0.05; 'restriction': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '"python': 0.16; 'made,': 0.16; 'sqlite': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**1': 0.23; 'config': 0.24; 'cheers,': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'file': 0.32; 'table': 0.34; 'connection': 0.35; 'received:google.com': 0.35; 'hi,': 0.36; 'handle': 0.38; 'pm,': 0.38; 'our': 0.64; 'more': 0.64; 'size.': 0.65; 'blob': 0.84; 'joel': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HDJXCR2xiWRjHj9APNItoEyWJxz+dOMcJVAHi9A1sQM=; b=jhZLYAMOZ5iLFVjpZV5D5TtwoDf3t+efHCsCTCIH8sCTdntY1zLNSAPNg+Dofr2IGM 3gFVm62SFX/YvUDXa1Pfnq6F8DEczEGw7mYSR6QAZLNugYbKxc+bFMThMekFs0uW23sL HEFasccX/ZJPLodNncjPZJ6411w2zXJHq/HbIvj2Yj0IaFVCbrAW37RVDU/IJE7Ax51y s8LwD0IVRgqacOLYQDTb140IiqvtC8lEaHTHj/WSE80uLMvUiMVmbFdWKR9mxQBvN3Wm 2Pq66++L3JsOJ8y6qp6+fC8SV26JUt1rMHbN2IjGfiszMoyWAADFZktr1NW55MGa94jC 9Zzw==
MIME-Version 1.0
X-Received by 10.221.56.194 with SMTP id wd2mr213061vcb.7.1376330843471; Mon, 12 Aug 2013 11:07:23 -0700 (PDT)
In-Reply-To <A06109D5E346A644B94B8CDCE6A05C080A37AAEA@HAEMAIL01.melbourne.vic.gov.au>
References <A06109D5E346A644B94B8CDCE6A05C080A3200B1@HAEMAIL01.melbourne.vic.gov.au> <CAPM-O+zaYpaR2-Xt7o82269PLcOh_mhE9YpnOhj+LfJ-9XqVpg@mail.gmail.com> <4sua09dji0fleg5cv9im7632hmas1pv893@4ax.com> <CAPM-O+wr8sPZHVFO1fN=N8E=R96Hfa9kcz28KO3CbhFbucVoBw@mail.gmail.com> <A06109D5E346A644B94B8CDCE6A05C080A37AAEA@HAEMAIL01.melbourne.vic.gov.au>
Date Mon, 12 Aug 2013 14:07:23 -0400
Subject Re: connection change
From Joel Goldstick <joel.goldstick@gmail.com>
To Inna Belakhova <Inna.Belakhova@melbourne.vic.gov.au>
Content-Type text/plain; charset=UTF-8
Cc "python-list@python.org" <python-list@python.org>, Dennis Lee Bieber <wlfraed@ix.netcom.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.508.1376330851.1251.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1376330851 news.xs4all.nl 15943 [2001:888:2000:d::a6]:41527
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:52426

Show key headers only | View raw


On Sun, Aug 11, 2013 at 7:50 PM, Inna Belakhova
<Inna.Belakhova@melbourne.vic.gov.au> wrote:
> Hi,
>
> I don't know much about Python code. Where is the connection made, eg
> config file - where can I find it?
>
> Our SQLITe database is currently 9GB and we have a table that contains
> 7GB of BLOB type. I think the table cannot handle any more insert of
> BLOB hence I want to change it to SQL database - which has no
> restriction on database size.
>
> Any suggestions?

use google: "python mssql"




>
> Cheers,
> Inna
>

-- 
Joel Goldstick
http://joelgoldstick.com

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


Thread

Re: connection change Joel Goldstick <joel.goldstick@gmail.com> - 2013-08-12 14:07 -0400

csiph-web