From: Billy G. A. <bil...@de...> - 2007-01-09 17:58:48
|
On Sun, 2007-01-07 at 09:35 +0000, dopython python wrote: > friends i have a problem with my python program accessing postgres > sql. > My Postgresql server is installed in debians latest version. My python > program while accessing the database from two different client > machines where one machine is latest debian , with latest > python-pgsql installed and other machine with old debian sarge and its > python-pgsql, i am getting different results for the same query. > > I am getting correct answer only while i connect from second machine. > The first machine gives me invalid recordsets also. The SQL querry has > a condition with a date field between two given dates. > > Please do help me to fix it... > > Regards > Do Python. It would be helpful to see the code in question it possible. |