How can I access a Psycopg_database_connection within a python script. So far I have this which only returns a connection instance, but I want to pass the connection a query string.

query1=context.Psycopg_database_connection('select * from studentdetails')
return query1


Regards
Garry
_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db

Reply via email to