New Desktop Database
-
I have been using Paradox 7 for many, many years.
Still works fine, does what I need. Though recently it has been crashing a lot, I think because I now have more than 4GB of RAM on my desktop.
I do a lot of simple DB stuff, n-th selecting, etc..
I'm looking for a modern product that has a nice online support group, either here or elsewhere. Something that can natively read Paradox files would be awesome.
Suggestions?
-
What is the purpose of having a database on your desktop? What do you want it to do?
-
Well, most of the database stuff I do involves manipulating mailing lists.
Often have to do n-th selects, compare lists, do matching queries, keep track of data for mailing, merge CSV files into mailing lists, things like that.
Simple.
-
I call it a desktop database.
Paradox and Access are the two I think of.
We are a MS shop, so perhaps Access?
-
Access or FileMaker I guess. Why do this on a desktop? It's for just a single user?
-
@scottalanmiller said:
Access or FileMaker I guess. Why do this on a desktop? It's for just a single user?
Yes. Doesn't have to be on a desktop. Talk to me.
-
Well if I was needing a database, I'd always go to an enterprise one, like MariaDB, PostgreSQL, etc. Free and really powerful. With some PHP, Python or Ruby you can have a more powerful solution and one that does so much more - like isn't tied to a physical desktop, isn't tied to an OS, etc.
-
I just need something simple, which is why I was thinking Access, maybe.
-
@BRRABill said:
I just need something simple, which is why I was thinking Access, maybe.
Should be able to covert from Paradox to an Access/SQL setup:
https://www.spectralcore.com/fullconvert/howto/paradox-to-sql
Biggest thing is setting up the user experience. Using Access run time would help a lot.
-
This is all mostly for me, as I do all the DB work.
And again, when I say DB, I mean getting a mailing list in and doing various things to it. matching it to another table of separate data. Certainly not running Amazon, LOL.
-
Meh, then stick with what you got. Yeah, its more sexy to do it under any other SQL database, but if the end user experience is taken out of the equation, then f[moderated] it.
I've had to convert from a Lotus Notes DB to a SQL instance, so yeah, f[moderated] the users.
-
@PSX_Defector said:
Meh, then stick with what you got.
My problem is that all of a sudden Paradox is freezing up on me all the time. I think it happened when I moved from 4GB to 8GB. The program is like 20 years old, so I think that's the issue.
There used to be a great online forum, but it seems to have died.
http://www.thedbcommunity.com/ ---- DEAD
-
If there was a SQL DB as easy ac Access (looks), I'd be up for that.
-
@BRRABill said:
If there was a SQL DB as easy ac Access (looks), I'd be up for that.
Convert it to SQL Express running on your desktop.
Connect Access to SQL Express.
-
@JaredBusch said:
Convert it to SQL Express running on your desktop.
Connect Access to SQL Express.
For simple DBs why not just leave it in Access?
-
Actually I guess I should go about this another way, or pose the question another way.
I am used to a simple desktop GUI database. Simple clicks to run queries, mail merges, etc..
But moving forward I will need to relearn whatever program I am using, whether it be Access on a SQL product.
So, if you were going to recommend an easy to use, easy to figure out DB program, what would it be?
All of my data is lcoal, on our network.
-
Side Question:
Is Access available through Office 365? -
I hate Access with a passion. I will never recommend it.
-
@BRRABill said:
Side Question:
Is Access available through Office 365?Yes, any time that you get MS Office via one of the E plans, Access is included.
-
@BRRABill said:
@JaredBusch said:
Convert it to SQL Express running on your desktop.
Connect Access to SQL Express.
For simple DBs why not just leave it in Access?
Because Microsoft Access is a horrible database program. . . MySQL or MariaDB are way better options.