From: =?iso-8859-1?Q?<mar...@la...> - 2003-03-12 08:31:20
|
Great,=0D=0AI always hope to see a tool like that.=0D=0AThank you.=0D=0A=0D= =0A---------- Debut du message initial -----------=0D=0A=0D=0ADe : pi= lot...@li...=0D=0AA : pilot-db-list@sourc= eforge.net=0D=0ACopies : =0D=0ADate : Tue, 11 Mar 2003 19:09:43 +0100=0D= =0AObjet : [pilot-db-list] pdb2sql=0D=0A=0D=0A=0D=0AUsing the documentat= ion on the web site, I've hacked together=0D=0Aa perl script that takes a= pilot-db database and spits out=0D=0Athe corresponding sql dump, which y= ou can then use to=0D=0Arecreate your database in MySQL or Postgresql (or= anything,=0D=0Areally). It's handled the little I have to throw at it=0D= =0Aand I would really appreciate if somebody could test this=0D=0Aand rep= ort any errors.=0D=0A=0D=0A<URL:http://www.acticiel.com/~seyman/pilot-db/= >=0D=0A=0D=0A=0D=0A=0D=0A------------------------------------------------= -------=0D=0AThis SF.net email is sponsored by:Crypto Challenge is now op= en! =0D=0AGet cracking and register here for some mind boggling fun and =0D= =0Athe chance of winning an Apple iPod:=0D=0Ahttp://ads.sourceforge.net/c= gi-bin/redirect.pl?thaw0031en=0D=0A______________________________________= _________=0D=0APilot-db-list mailing list=0D=0AP...@li...urce= forge.net=0D=0Ahttps://lists.sourceforge.net/lists/listinfo/pilot-db-list= =0D=0A=0A=0AAcc=E9dez au courrier =E9lectronique de La Poste : www.lapost= e.net ; =0A3615 LAPOSTENET (0,34=80/mn) ; t=E9l : 08 92 68 13 50 (0,34=80= /mn)"=0A=0A |
From: Elijah <des...@so...> - 2003-03-12 09:44:15
|
Cool Just what I needed ^-^ Thanks Learning mysql will now be in my todo list ;) I hope it can export from mysql to pdb ... On Wed, 2003-03-12 at 16:30, mar...@la... wrote: > Great, > I always hope to see a tool like that. > Thank you. > > ---------- Debut du message initial ----------- > > De : pil...@li... > A : pil...@so... > Copies : > Date : Tue, 11 Mar 2003 19:09:43 +0100 > Objet : [pilot-db-list] pdb2sql > > > Using the documentation on the web site, I've hacked together > a perl script that takes a pilot-db database and spits out > the corresponding sql dump, which you can then use to > recreate your database in MySQL or Postgresql (or anything, > really). It's handled the little I have to throw at it > and I would really appreciate if somebody could test this > and report any errors. > > <URL:http://www.acticiel.com/~seyman/pilot-db/> > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > > > Accédez au courrier électronique de La Poste : www.laposte.net ; > 3615 LAPOSTENET (0,34/mn) ; tél : 08 92 68 13 50 (0,34/mn)" > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list -- Elijah <des...@so...> |
From: Emmanuel S. <se...@ac...> - 2003-03-12 10:55:41
|
On Sat, Mar 15, 2003 at 05:46:55PM +0800, Elijah wrote: > > I hope it can export from mysql to pdb ... This is planned but I first want to fix any bugs that are in the current script (now you know why it's version 0.9.0). Then I make a sql2pdb script and start work on the data types that aren't documented. > On Wed, 2003-03-12 at 16:30, mar...@la... wrote: > > Great, > > I always hope to see a tool like that. > > Thank you. Je t'en prie. :-) Emmanuel |
From: Mike M. <mw...@mi...> - 2003-03-12 17:05:47
|
In <1047721615.550.10.camel@valhalla>, Elijah <des...@so...> typed: > Cool Just what I needed ^-^ Thanks > Learning mysql will now be in my todo list ;) > I hope it can export from mysql to pdb ... Actually, I was dissapointed to see this tool - because I've started on my own version of it. My goal was to be able to sync the pdb with the database, so that you could then copy the pdb back to the palm to get updates made with database editing tools. <mike -- Mike Meyer <mw...@mi...> http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. |