Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.038 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'newbie': 0.03; 'int': 0.05; 'subject:Python': 0.06; 'pm,': 0.10; '25,': 0.12; 'wrote:': 0.14; '2:17': 0.16; 'bye': 0.16; 'guys,': 0.16; 'helo': 0.16; 'received:mindspring.com': 0.16; 'subject:Newbie': 0.16; 'insert': 0.19; 'header:In-Reply-To:1': 0.21; 'subject:question': 0.23; "i'm": 0.27; 'problem': 0.28; 'store.': 0.30; 'subject: + ': 0.30; 'app': 0.32; 'to:addr:python-list': 0.33; 'function.': 0.35; 'received:24': 0.35; 'charset:us-ascii': 0.36; 'beginning': 0.37; 'table': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'called': 0.39; 'header:Mime-Version:1': 0.39; 'got': 0.39; 'to:addr:python.org': 0.39; 'getting': 0.40; 'help': 0.40; 'delete': 0.40; 'subject:about': 0.60; 'more': 0.60; 'header:Message-Id:1': 0.62; 'stop': 0.62; 'you.': 0.62; 'auto': 0.63; 'url:br': 0.66; 'received:69.73': 0.84; 'so:': 0.84; 'subject:twitter': 0.84; 'to:name:lista-comp-lang-python': 0.93 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Newbie question about SQLite + Python and twitter From: Philip Semanchuk In-Reply-To: Date: Wed, 25 May 2011 21:08:14 -0400 Content-Transfer-Encoding: quoted-printable References: To: Lista-Comp-Lang-Python X-Mailer: Apple Mail (2.1084) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - deimos.nocdirect.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - semanchuk.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 34 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306375393 news.xs4all.nl 49179 [::ffff:82.94.164.166]:52178 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6288 On May 25, 2011, at 2:17 PM, Jayme Proni Filho wrote: > Helo guys, >=20 > I'm building a local application for twitter for my brother's store. = I'm in > the beginning and I have some newbie problems, so: >=20 > I create a table called tb_messages with int auto increment and = varchar(140) > fields; > I did three SQL funcionts, insert_tweet, delete_tweet, select_tweet >=20 > select_tweet is use for getting messages for sending them to twitter; >=20 > My problem is: How can i make my select_tweet works at the same time = that > insert or delete funcions. I just got to work when I stop select = function. >=20 > I would like to do my app works all the time. Hi Jayme, You need to provide a lot more information for us to be able to help = you.=20 Some suggestions --=20 http://www.istf.com.br/perguntas/#beprecise bye Philip=