From: Phil D. <ph...@du...> - 2004-02-25 08:54:56
|
Hi Danie, I have been mucking about with Konqueror and Kget and cant duplicate this behaviour. Are you using the demo on sourceforge or some remote machine or is it all local to your LAN. Could it be that the connection was broken for whatever reason and kget had to start another download? Most folks here use windows anyway so I suspect your configuration would no be the norm. Mozillia has an inbuilt download manager which I use all the time with no worries - Opera too. I would love to duplicate this problem! > > 1 ) request of last inserted id (DB_Last_Inser_ID(&$Conn)), required two > extra parameters, table, and ID field, these are not used under MySQL, > but is needed for Postgres, they are therefore enforced, new parameters > looks as follows, DB_Last_Inser_ID(&$Conn,$table, $fieldname ). This is > because postgres needs to exec a query like "Select Max(field) from > tabel" in order to get the last ID, I have not yet resolved the issue of Last_Insert_ID is used in I think 2 maybe 3 places it maybe there is a better work around in these three instances than re-writing the code in ConnectDB.inc - the code will need to be re-written anyway because of the extra parameters required. Since LastInsertID is mysql specific I'd rather do away with it in the interests of compatibility. > Transaction, as is required, will implement as soon as possible. Needs a > bit more work. I thought: begin rollback and commit were standard ANSI SQL - these are used everywhere and would prevent quite a snag if they need to be re-written. Phil |