On Saturday 01 Jan 2005 3:16 pm, Sanjay Arora wrote: > Hi All > > I want to migrate Clipper V programs to Linux. Does anyone know of any > clipper like programming language (very similar to clipper so code > migration can be easy) that supports SQL. > > How do I do this...migrate console programs with xbase file format to > linux/postgresql. I could have run clipper programs under DOS > emulation, but that is out since I simultaneously migrate to SQL > database.
Check PostgreSQL contrib module dbase. It can insert a dbf file into the PostgreSQL database. Of course, to build the programs and client side UI, you might have to hunt for something else. A web front-end might help you here. Think of it as an opportunity to redo the application..:-) HTH Shridhar ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ linux-india-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-india-help
