Re: [Python-Dev] buffer function

2008-11-02 Thread Steve Holden
Aditi Meher wrote: > i am using it postgresql as back-end and HTML as front-end,i want to > display 10-10 records at a time which is there in the database using > python.so what is function for buffer that we can use it in python?i > am able to connect my databse in python,but dont know how to crea

[Python-Dev] buffer function

2008-11-02 Thread Aditi Meher
i am using it postgresql as back-end and HTML as front-end,i want to display 10-10 records at a time which is there in the database using python.so what is function for buffer that we can use it in python?i am able to connect my databse in python,but dont know how to create buffer in python and how