Ask HN: Why isn't there a modern MS Access clone?
31–40 of 114 posts
Re: Ask HN: Why isn't there a modern MS Access clone?
#32Maybe because writing an Access database still requires a programmer, and you can get better value by hiring a PHP programmer to write two pages and three tables.
I know that I've sat down to learn access (and later LibreOffice Base) but by the time I start into it I just think "there's really no advantage to using this over just mysql and a web page front end" and stop learning.
Re: Ask HN: Why isn't there a modern MS Access clone?
#33Re: Ask HN: Why isn't there a modern MS Access clone?
#34There are quite a few products that attempt to be a web based equivalent of Access. The two that seem to be the closest to me are Google's AppMaker ( https://developers.google.com/appmaker/ ) and Bubble.is ( https://bubble.is/ ). I call these two out because they both allow for coding when the "default path" runs into a wall, and both include more than just forms and tables. However, they both still have warts. Appma…
Dabble was pretty neat, and it was written in Smalltalk, too. I think each user got their own Smalltalk image, and their data was saved directly to the image. I can't remember if I learned that in a video or a post somewhere by Avi Bryant, though. I was really interested in Smalltalk in 2009/2010 and I remember seeing Dabble DB coming up a lot.
There's a button to view the transcript of the video too.
Re: Ask HN: Why isn't there a modern MS Access clone?
#35Re: Ask HN: Why isn't there a modern MS Access clone?
#36Re: Ask HN: Why isn't there a modern MS Access clone?
#37Re: Ask HN: Why isn't there a modern MS Access clone?
#38Borland Delphi was the modern MS Access clone. Ever have seen how fast you can build an DB app with that? I'm sure the newest version of Delphi is still as good today as the 2001/2003 version at that time ;) On Mac it is Filemaker or not?
Re: Ask HN: Why isn't there a modern MS Access clone?
#39Not an MS Access clone, but a good 4GL easy database tool I like is called DataFlex [0] Very easy to use and you can create basic applications without additional programming. Although of course it helps if you know how-to write code. There's an embedded database that you can use out of the box. But you can also use any of the main SQL Database engines. For building commercial applications you have to buy a developers…
Had no idea it was still going.