On Tue, 10 Oct 2000 bmccoy(at)chapelperilous(dot)net wrote:
> I would venture to say yes. If you are doing any kind of multi-user
> activity, you should be using transactions and committing or rolling back
> your data to maintain integrity. This applies whether you are using
> libpq, DBI, ODBC, or whatever.
Ahh OK. I was hoping I wouldnt have to for single statement transactions
as there is nothing to roll back if it fails. I'll try it and see how I
go.
Thanks,
Andrew