> problem is, when i do something(anything) with bounded
> form/report(changing text box source, for example), access makes
> connection to backend. i dont realy know what it do there as i am a
> newbie at postgres, but its real pain in the butt with about 1000K
> records in few tables. you see, i dont like to wait 2 mins just for
> changing text box source.
I hope it doesn't "select count(*)" anywhere. Postgres is painfully
slow for doing that. I'm a postgres newbie so hopefully someone knows
a workaround or knows that they're working on improving it.