Hi,
Following is the in-function cursor object.
Code:import pgdb
__metaclass__=type
class addbook:
conn=pgdb.connect(dsn='localhost:secondbooks',user='postgres',password='postgres1')
curs=conn.cursor()
def addBook(self):
*infunction_curs=self.curs**
* *infunction_curs.execute('SELECT * FROM table_book')*
it throws up following error.
error:
File "/usr/lib/python2.5/site-packages/pgdb.py", line 197, in executemany
raise OperationalError, "internal error in '%s': %s" % (sql,err)
pg.OperationalError: internal error in 'SELECT * FROM table_book': error
return without exception set
Couldn't figure out the reason. Help needed
Thanks in Advance
Bijoy
--
http://mail.python.org/mailman/listinfo/python-list