Apparently still used and supported...dBASE PLUS 11 released Jan 2017
http://www.dbase.com/dbasesql/features/
Yeah, dBASE 12 recently launched, along with dbDOS Pro 7 :0
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Apparently still used and supported...dBASE PLUS 11 released Jan 2017
http://www.dbase.com/dbasesql/features/
Are the developers actually coding in dbase or just reading? I remember back in 2006 or so, we used to read from a dbaseIII database but all the work would be done rather in sql etc. Even back then it was considered a old product, certainly time to consider modernising, lack of dev support least concerns.
I did some work for a company a few months ago. They were using dBaseIV, access and a long forgotten programming language....bleh. I of course used SQLLite and C#.NET to do my work, then just dumped the results into Dbase.
SQLite is the schizz bro... Wonder what I'd do without it.
Certainly brings back memories; wrote a lot of code in dBase and Clipper in the late 80s / early 90s.
Not really, it was a bit buggy to begin but that was fixed with patches.Supposedly dbase IV was a flop:
Lol... must say I'm surprised to see someone still using dBase today; I considered it pretty much dead toward the end of 90s, even Microsoft couldn't keep it alive with FoxPro..You could write a lot of code in 2018 too![]()
Certainly brings back memories; wrote a lot of code in dBase and Clipper in the late 80s / early 90s.
Lol... must say I'm surprised to see someone still using dBase today; I considered it pretty much dead toward the end of 90s, even Microsoft couldn't keep it alive with FoxPro..
There is Python library to read dbf files, not sure if indexing works.
I'm assuming that you need more done than simply read database.
Clipper! That's the long forgotten language I was talking about.
Where are you going to store your data though?I don't think it will ever quite stick. I want to get the ball rolling on moving us to Python ASAP.
Where are you going to store your data though?
Yeah, I cut my teeth on Clipper/DBase in the 90's.Certainly brings back memories; wrote a lot of code in dBase and Clipper in the late 80s / early 90s.
It literally is from the 90's. I seriously remember that page (or one virtually identical) from about 1998. It hasn't changed.Their website is straight outta the 90'shttp://www.clippersolutions.com/
Yeah, I cut my teeth on Clipper/DBase in the 90's.
But seriously, anybody still using DBase like that needs their heads read. There is no reason good enough to justify not having exported it into MySQL or something and re-writing it over the last 20 years.
It literally is from the 90's. I seriously remember that page (or one virtually identical) from about 1998. It hasn't changed.
Our data currently gets pushed to our SQL databases on our server, we would link into those...