Re: [DB-SIG] Pycon2005-attendees (ontology f/up)

2005-11-09 Thread Python
oyd Kvam mentioned he had > some python ontology modules that he would consider releasing if > interested > > I'm interested. > > Matt -- Lloyd Kvam Venix Corp ___ DB-SIG maillist - DB-SIG@python.org http://mail.python.org/mailman/listinfo/db-sig

Re: [DB-SIG] reg File Reading

2006-02-23 Thread Python
On Thu, 2006-02-23 at 22:34 +1100, Andy Todd wrote: > python eager wrote: > > Hi, > > This is my code snippet. This code will not read the characters in Ms > > Word Document. I got the below output. But if i use any *txt* format > > this will be display properly.

Re: [DB-SIG] mysql string length?

2006-04-18 Thread Python
problem i see here is that it works in one way but no the other. > > So how do i add id and make it work both ways? > > > > c.execute("Insert into table_x(id,body) VALUES(%d,%s)",(id),(body)) c.execute("Insert into table_x(id,body) VALUES(%s,%s)", (id,bo

Re: [DB-SIG] Is there a fox pro substitute for linux?

2006-04-19 Thread Python
x pro aka, GUI way to design layout for database results, drug and > drop, adjust size by mouse, create GUI for entering data in few > minutes, and you just have to create sql. > > I assume something written in Java, or python. But I'm not sure if it > exists or not. D

Re: [DB-SIG] date/time handling

2006-08-04 Thread Python
On Thu, 2006-08-03 at 08:08 +1000, Andy Todd wrote: > I don't know about the mechanism, but my preference for any DB-API > module would be stdlib first and then mx.DateTime. > Would it make sense to reverse the order? All newer Python releases will have a stdlib.datetime. If

[DB-SIG] MySQLdb -- BLOB is array

2005-07-25 Thread GMane Python
Hello all. I'm new to python, and to Mysql, too. I'm trying stuff out, and wanted to take a photo in a program and insert it into a MySQL table as a BLOB. When trying to retrieve it, I get an array('c', ). I do a result = cursor.fetchall(), but how can I get the fr

[DB-SIG] how to compare

2006-01-31 Thread python eager
 Hi ,>   here  i am comparing both the values of form value and table value.> But it will not work . The result will be print "not equal". Table values> are retrieved fine. Here what mistake i did. No compilation error and run> time error. Please solve this problem.>    >   Code Snippet :>   

[DB-SIG] delete the records query

2006-02-02 Thread python eager
ERE PID =100"    cursor.execute(sql) regards Python Eager   Do you Yahoo!? With a free 1 GB, there's more in store with Yahoo! Mail.___ DB-SIG maillist - DB-SIG@python.org http://mail.python.org/mailman/listinfo/db-sig

[DB-SIG] How to use Prepared Statment?

2006-02-02 Thread python eager
.     Code Snippet :   def view_one(self,pid):sql_pStmt = "SELECT FIRSTNAME,LASTNAME FROM PERSONALDETAILS    WHERE PID = ?"  cursor.execute(sql_pStmt,pid)   Thank you   regards Python Eager Relax. Yahoo! Mail virus scanning helps detect nas

[DB-SIG] How to use Prepared Statment? Facing Error

2006-02-03 Thread python eager
hi, i am using the same method what you suggest. While running the program i am getting the following error   AttributeError: db_connection instance has no attribute 'paramstyle'   Please rectify the error   thank you Python EagerAndy Todd <[EMAIL PROTECTED]> wrote: python

[DB-SIG] reg cursor.fetchall()

2006-02-07 Thread python eager
cursor.fetchall():   Please help me   regards Python Eager   Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail.___ DB-SIG maillist - DB-SIG@python.org http://mail.python.org/mailman/listinfo/db-sig

[DB-SIG] query - prepared statment

2006-02-10 Thread python eager
Hi All,     How to use prepared statment. Can u give one example  for insert, delete and update statments. please.     Thank you     regards  Python Eager Yahoo! Mail Use Photomail to share photos without annoying attachments.___ DB-SIG maillist

[DB-SIG] reg Prepared Statment Error

2006-02-12 Thread python eager
  regards Python Eager Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail.___ DB-SIG maillist - DB-SIG@python.org http://mail.python.org/mailman/listinfo/db-sig

[DB-SIG] How to upload a file?

2006-02-20 Thread python eager
Hi   how to upload & open a file in python. Please send the code snippet . It is very helpful in my project. Please help me   bye   Thank you   regards Python Eager   What are the most popular cars? Find out at Yahoo! Autos ___ DB

[DB-SIG] How to upload a file in Oracle 9i?

2006-02-20 Thread python eager
Hi> how to upload & open a file in python. Please send the code > snippet . It is very helpful in my project.i am using Oracle 9i. > Please help meregards Python Eager   Yahoo! Mail Use Photomail to share photos without annoying attachments._

[DB-SIG] Doubt in File Uploading?

2006-02-21 Thread python eager
Hi> how to upload & open a file in python. Please send the code > snippet . It is very helpful in my project.i am using Oracle 9i. For example store msword doucment & Excel doucment. Thereafter this can be open in same software where it is stored.  > Please help meregards  Python

[DB-SIG] reg File Reading

2006-02-22 Thread python eager
      req = self.request()  inp = file('C:\\Python.doc','r')  for line in inp: self.writeln(line)  inp.close()   Output :     ÐÏࡱ   regards! Python eager   Relax. Yahoo! Mail virus scanning helps

[DB-SIG] Python db programming conventions

2010-10-17 Thread python + sqlite3
Hello all, As I'm new to both python and sqlite3, I would like to consult regarding python db programming conventions. After I finished to design my application and started coding it, I found myself dealing with the following questions: 1. Since the db contains more than one table, it

Re: [DB-SIG] Python db programming conventions

2010-10-20 Thread python + sqlite3
art of the code. again, 10x for your help. -- View this message in context: http://old.nabble.com/Python-db-programming-conventions-tp29977345p30007234.html Sent from the Python - db-sig mailing list archive at Nabble.com. ___ DB-SIG maillist