[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


In a world rich in sqlite databases what purpose does access serve?
>>
>>106567222
https://help.sonatype.com/en/install-nexus-repository.html
As a ticking timebomb for penny pinching corpos
Google search "H2 database corruption"
>>
>>106567222
20 years ago it was a tool for very small businesses
today it's a tool for very small businesses who survived for 20 years but didn't grow
>>
It's a database for the people at your corp's front desk to look up shit
>>
because sqlite doesn't give you all the tools to build a basic CRUD app with a normie friendly GUI
>>
>>106567571
Christ, there's gotta be something out there better than Access tho, surely.
>>
>>106567222
I honestly don't know. does anyone actually use access?
it seems more likely some retard will abuse a shared excel sheet as a database before reaching for access.
>>
>>106567571
the second you need to do automation you need to go in a wonderful world of Visual Basic for Applications and i wouldn't wish that on the worst fucking enemy, otherwise it's excel with forms
>>
>>106567613
They been preferring excel for 30 years now. Which maybe tells you more about how fucking horrible Access interface always was than people's propensity for confusing spreadsheets with db's
>>
>>106567222
SQLite is probably the world's most widely deployed software that normies have no idea exists
you have to find and download a separate GUI program to be able to use it in a manner similar to Access, which normies already know about and usually have installed
but you already know that, so why the question?
>>
>>106567222
I still use it once in a while for cleaning data, especially CSVs. It generally works better than SQL Server's import functionality.
>>
>>106567636
What do you mean, I love VBA
>>
>>106567222
Allows departments to create business critical applications that run locally and then run crying to IT when their shitty Dell laptop inevitably fails because they never put proper backup procedures in place. But it was way easier than submitting a ticket and project request to actually get a proper database hosted on a server because who wants to do that?
>>
>>106567678
I use Power Query for that.
>>
>>106567600
there are no decent desktop native competitors to access. there's definitely a gap for it as all the modern competitors are SASS webslop
>>
>>106567711
We don't have the resources for a FOSS competitor to Access. We are spending all our money on maintaining 150 useless Linux distros with 99% overlap in functionalities.
>>
>>106567699
>way easier than submitting a ticket and project request to actually get a proper database hosted on a server because who wants to do that?
I agree. shadow IT gods heem sissy boi IT cucks every single day. if your process isn't push button, receive *thing* it's probably shit and you should feel ashamed.
>>
>>106567730
https://www.libreoffice.org/discover/base/
>>
>>106567753
Not my fault the contracted jeets on the other end of the servicenow request form take minimum of 3 weeks and 5 meetings to approve and provision this shit. At least management gets to pat itself on the back about the cost savings and FTE headcount efficiency.

God corporate IT is a Kafkaesque hellscape.
>>
>>106567803
yes, I agree. I use to be the kind of nigga who'd mock "cloud" as "someone else's computer."
is it true? yes, but "someone else's computer" has a proper API and is completely devoid of the need of human interaction.

it's pathetic how much better it is to set up Azure SQL or SQL Server PaaS in Azure vs dealing with the retarded "DB team."
>>
>>106567571
lmao you can literally do 10s of thousands of writes per second with sqlite, only problem is when you need multiple writers
>>
>>106567483
True and real.
>>
>>106567782
Is it as much of an equal to Access as Calc is an equal to Excel, which is to say completely lacking in everything but the most basic functionality?
>>
>>106567835
Cloud stuff is improved but still needs to pass through management, network, and security teams where I work. Some dude had to wait almost two weeks for a simple firewall change because his application wasn't on the "approved" list. At least he got paid to sit around for two weeks with his thumb up his ass while waiting to hear back from Mumbai.

Maybe I should take up carpentry or something,
>>
File: LO_BASE.png (13 KB, 512x512)
13 KB
13 KB PNG
>>106567222
What are its use cases and how does LO Base(d?) stand up to it?
>>
>>106568245
The use cases being >>106567500, nothing more.
>>
>>106567699
Currently in the middle of migrating a team off a shitty Access app they've been using for the last 10 years. Its for companies still using windows XP and printers.
>>
File: boomer_with_a_computer.jpg (227 KB, 750x1000)
227 KB
227 KB JPG
>>106568280
I thought that was a job for Excel?
>>
>>106568294
Access, no matter how shit it is, is a database. Excel is for analysing data making tables.
>>
>>106568210
your mom is completely lacking in everything but the most basic functionality
>>106568212
>Maybe I should take up carpentry or something,
based
>>
File: 175675095811153855.png (15 KB, 640x240)
15 KB
15 KB PNG
>>106567600
oops nm
>Tables will no longer be supported on December 16, 2025. All workspaces are currently read-only. To continue using your data, transfer it to an AppSheet database or Google Sheet.
>>
>>106567222
none. thats why its dead and what few useful features it had were ported to excel

>>106568454
same story. anything you wanted to do with tables that was worth doing was probably ported to sheets

in both cases, tables can reference other tables and rich lookup operations are supported. you're like 145% of the way to an sql database (thoughbeit with 1% of the speed but youre an hr roastie kludging expense reports together so who cares)
>>
>>106567222
Database theory.
>>
>>106567222
user interface that people think they aren't using a database
>>
>>106567571
>>106567600
GRIST is the only thing around that does this type of shit
more programmatic spreadsheets
the sqlitebrowser program with a lot of polishing could maybe get there too
>>
>>106568126
You can get SQLite up to about the speed of native disk IO in writes, providing you pipeline them through a single thread and disable sync. It massively beats a big pile of files, and I've done terabyte-sized data imports (raw simulation results) this way. SQLite's awesome.
But if you need parallel writes (especially to different rows), get a database server. That's what they're good at. Lots of apps don't actually need that, but some definitely do.
>>
VBA, I guess.
>>
>>106568126
However you can't give SQLite to shit smearing simians and expect them to make something valuable out of it (unless you get to write a frontend and integrations for them, but if management doesn't care whatever can you do?) Access is the worst garbage i've seen in a decade but even your boss' dad can figure it out with enough clicks.
>>
>>106567483
Literally my company. We are going out of business btw, someone please give me a job quick



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.