Microsoft's FoxPro 2.5 Is Fast and Easy to Use (1993)
11–20 of 108 posts
Re: Microsoft's FoxPro 2.5 Is Fast and Easy to Use (1993)
#12- My former best friend has created a software in 1995 that manages 30% of all vendor machine ( coffee, candy bars, sandwich) in Europe. The software uses Foxpro.
1) He tried twice to migrate to other dev tools. Never succeed.
2) His software is so good his company was in average 40% more profitable then competitors.
3) His CEO has bought 10 competitors of the same size in 20 years. Each time my friends software would replace the former. Than the financial margin would go up.
Re: Microsoft's FoxPro 2.5 Is Fast and Easy to Use (1993)
#13MS continued to support foxpro somewhat into the .net era but then it fell to the wayside. When Linq arrived for c# it made me smile because it harks back to FoxPros embedded SQL, although of course Linq represents a _lot_ more than just embedded queries.
Re: Microsoft's FoxPro 2.5 Is Fast and Easy to Use (1993)
#14I still recall being reminded about the raw performance that customers got out the original that couldn’t be replicated in a web environment. My standard reply was the reduction in data fix support calls in my version. Swings and roundabouts ;-p
Re: Microsoft's FoxPro 2.5 Is Fast and Easy to Use (1993)
#15Worth it just for the very nostalgic Windows 3.1 controls.
http://www.dfpug.de/loseblattsammlung%5Cmigration%5Cwhitepap...
Re: Microsoft's FoxPro 2.5 Is Fast and Easy to Use (1993)
#16Foxpro is top notch. And I have never used it. Here is why: - My former best friend has created a software in 1995 that manages 30% of all vendor machine ( coffee, candy bars, sandwich) in Europe. The software uses Foxpro. 1) He tried twice to migrate to other dev tools. Never succeed. 2) His software is so good his company was in average 40% more profitable then competitors. 3) His CEO has bought 10 competitors of t…
Re: Microsoft's FoxPro 2.5 Is Fast and Easy to Use (1993)
#17Foxpro is top notch. And I have never used it. Here is why: - My former best friend has created a software in 1995 that manages 30% of all vendor machine ( coffee, candy bars, sandwich) in Europe. The software uses Foxpro. 1) He tried twice to migrate to other dev tools. Never succeed. 2) His software is so good his company was in average 40% more profitable then competitors. 3) His CEO has bought 10 competitors of t…
Re: Microsoft's FoxPro 2.5 Is Fast and Easy to Use (1993)
#18Never thought I’d see it mentioned on Hacker News.
Re: Microsoft's FoxPro 2.5 Is Fast and Easy to Use (1993)
#19Foxpro had an embedded db engine and so SQL commands could be used directly in the language for fetching data, which made it fantastic for CRUD database apps, which is what nearly all applications were back in those days. The 'tables' we're just dos files that could sit on a network drive to make the application multi-user. I think there was some limitation with the SQL, e.g. no outer joins, but it was still very han…
The matching engine was written in FoxPro for DOS! --- the source code is here-> http://josh.com/notes/island-ecn-10th-birthday/
Re: Microsoft's FoxPro 2.5 Is Fast and Easy to Use (1993)
#20Foxpro had an embedded db engine and so SQL commands could be used directly in the language for fetching data, which made it fantastic for CRUD database apps, which is what nearly all applications were back in those days. The 'tables' we're just dos files that could sit on a network drive to make the application multi-user. I think there was some limitation with the SQL, e.g. no outer joins, but it was still very han…