Jason S Motes wrote:
Thanks,
i could not find that function in the book i was using.
sorry for the inconvenience.
John W. Holmes wrote:
Jason S Motes wrote:
When updating or deleting a table is there anyway to find out how
many rows where affected using php??
I don't even use PG, but it took
Thanks,
i could not find that function in the book i was using.
sorry for the inconvenience.
John W. Holmes wrote:
Jason S Motes wrote:
When updating or deleting a table is there anyway to find out how many
rows where affected using php??
I don't even use PG, but it took me 5 seconds to find t
Jason S Motes wrote:
When updating or deleting a table is there anyway to find out how many
rows where affected using php??
I don't even use PG, but it took me 5 seconds to find this:
http://us2.php.net/manual/en/function.pg-affected-rows.php
--
---John Holmes...
Amazon Wishlist: www.amazon.com/
When updating or deleting a table is there anyway to find out how many
rows where affected using php??
I am using Postgresql 7.2 and php 4.2
using pgsql from the the command line I enter this query
update teststock set item_num ='something' where item_num ='something';
and it returns
UPDATE so