[DB-SIG] Beginner in troubles.

Arthur Albano arthuralbano@hotmail.com
Mon, 18 Mar 2002 22:29:42 +0900


This is a multi-part message in MIME format.

------=_NextPart_000_63d2_56dc_5f91
Content-Type: text/plain; format=flowed

>-Should I download a Db's API?


Yes. MySQL Python API information can be found at:

http://sourceforge.net/projects/mysql-python

You "have to" install it in order to make "inserts & selects" the following 
file:

mysql-python

Arthur.
"Just a bothered bank database manager..."

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx

------=_NextPart_000_63d2_56dc_5f91
Content-Type: message/rfc822

>From db-sig-admin@python.org Sun, 17 Mar 2002 13:56:58 -0800
Received: from [63.102.49.29] by hotmail.com (3.2) with ESMTP id MHotMailBE5E5BC40007400438963F66311D0BC00; Sun, 17 Mar 2002 13:55:16 -0800
Received: from localhost.localdomain ([127.0.0.1] helo=mail.python.org)
	by mail.python.org with esmtp (Exim 3.35 #2)
	id 16micJ-0003AA-00; Sun, 17 Mar 2002 16:55:03 -0500
Received: from [64.4.23.102] (helo=hotmail.com)
	by mail.python.org with esmtp (Exim 3.35 #2)
	id 16mibJ-00036F-00
	for db-sig@python.org; Sun, 17 Mar 2002 16:54:01 -0500
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Sun, 17 Mar 2002 13:41:46 -0800
Received: from 200.43.21.71 by lw15fd.law15.hotmail.msn.com with HTTP;
	Sun, 17 Mar 2002 21:41:46 GMT
X-Originating-IP: [200.43.21.71]
From: "Ignacio Guerrero" <ig_laselva@hotmail.com>
To: db-sig@python.org
Bcc:
Mime-Version: 1.0
Content-Type: text/html; charset=iso-8859-1
Message-ID: <F10201vA9bbbJXncnm500002b33@hotmail.com>
X-OriginalArrivalTime: 17 Mar 2002 21:41:46.0595 (UTC) FILETIME=[89885330:01C1CDFC]
Subject: [DB-SIG] Beginner in troubles.
Sender: db-sig-admin@python.org
Errors-To: db-sig-admin@python.org
X-BeenThere: db-sig@python.org
X-Mailman-Version: 2.0.8 (101270)
Precedence: bulk
List-Help: <mailto:db-sig-request@python.org?subject=help>
List-Post: <mailto:db-sig@python.org>
List-Subscribe: <http://mail.python.org/mailman/listinfo/db-sig>,
	<mailto:db-sig-request@python.org?subject=subscribe>
List-Id: SIG on Python Tabular Databases <db-sig.python.org>
List-Unsubscribe: <http://mail.python.org/mailman/listinfo/db-sig>,
	<mailto:db-sig-request@python.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/db-sig/>
Date: Sun, 17 Mar 2002 18:41:46 -0300

<html><div style='background-color:'><DIV align=left>I have a little problem... be patient, I'm a beginner.<BR>I'm exercising my newly aquired skills and I found myself with a problem that outskills me.<BR>I'm writing a script that:<BR>-asks you if you're a new user or a registred one.<BR>-then, if you're new, asks you to:<BR> &nbsp;-fill a form with personal data...<BR>&nbsp;-and prompts you for a userName and a userPass (which you have to type twise with exact spelling).<BR>&nbsp;-then, verifies if the userName is already taken or not and...<BR>&nbsp;&nbsp;-if it is, takes you back to the previous prompt or...<BR>&nbsp;&nbsp;-if it's not, adds your pass and Id to a database file.<BR>-I leave the else: to you :-)</DIV>
<DIV align=left>Now, my problem is that I'm not working with a database file but with a text file, appending the userName and the userPass to it, and retrieving them later.<BR>What I want to know is: How do I work with a database file?</DIV>
<DIV align=left>I work under Windows 98 (sadly, I wish I could use Linux, but my mom would die, or may be kill me.)<BR>-I have looked for every tutorial and nothing...<BR>-I went to the SQL site, red a tutorial... looks easy.<BR>-I had no troubles with Python, so far... lots of doc.<BR>-I had no troubles with Tkinter nor wxPython either... lot of doc too.<BR>-But (and it's a big BUT)... I can't find a single tutorial for beginners on working with DB's under Windows OS.<BR>&nbsp;-Should I download a Db's API?<BR>&nbsp;-Should I create a DB file or does my script should do that?<BR>&nbsp;-How do I link the data generated by my script to de DB file?</DIV>
<DIV align=left>¡¡¡HEEEEEEEEELP!!! Please.</DIV>
<DIV align=left>If it sounds like a stupid question just tell me where to FAQ myself (FAQ... I said FAQ).<BR>Thanks.<BR>Ignacio.</DIV>
<DIV></DIV></div><br clear=all><hr>MSN Photos es la manera más sencilla de compartir e imprimir sus fotos. <a href='http://g.msn.com/1HM305901/O'>http://photos.latam.msn.com/Support/WorldWide.aspx</a><br></html>

_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig


------=_NextPart_000_63d2_56dc_5f91--