From: Daintree <p.d...@pa...> - 2004-02-24 23:57:58
|
There are quite a few options to the command line utility mysqldump that may be of use in creating the db sql in the format you require. I will try Kget in Konqueror Phil ----- Original Message ----- From: "Danie Brink" <br...@na...> To: "Phil Daintree" <p.d...@pa...> Sent: Wednesday, February 25, 2004 9:12 AM Subject: Re: [Web-erp-developers] Download manager > On Wed, 2004-02-25 at 09:49, Daintree wrote: > I use KGet, integrated into Konqueror. > > KGet integrates directly into, it can be disabled through KGet's > settings/preferences. > > I am wondering whether a redirect would also be needed on posts, not > sure!! > > P.S. Re:Database > > Made the basic modification to access Postgres. I am currently in the > process of writing a small python SQL translator that can take a MySQL > export, as provided through phpMyAdmin, and convert it to PGSQL for > import. This will include the data/inserts but not the aditional indexes > for now. This will also therefore allow us to scale a client from MySQL > to Postgres if a bigger database is required at a later stage. > > Problems resolved so far : > > 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 > Transaction, as is required, will implement as soon as possible. Needs a > bit more work. > > Kind Regards > Danie Brink br...@na... > > > > I need to try one of these things. > > > > Which one do you use? > > > > The work around sounds good. > > > > Phil > > > > > > ------------------------------------------------------- > > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > > Build and deploy apps & Web services for Linux with > > a free DVD software kit from IBM. Click Now! > > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > |