ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    New Desktop Database

    Scheduled Pinned Locked Moved IT Discussion
    41 Posts 7 Posters 6.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      What is the purpose of having a database on your desktop? What do you want it to do?

      1 Reply Last reply Reply Quote 0
      • BRRABillB
        BRRABill
        last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • BRRABillB
          BRRABill
          last edited by

          I call it a desktop database.

          Paradox and Access are the two I think of.

          We are a MS shop, so perhaps Access?

          1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            Access or FileMaker I guess. Why do this on a desktop? It's for just a single user?

            BRRABillB 1 Reply Last reply Reply Quote 0
            • BRRABillB
              BRRABill @scottalanmiller
              last edited by

              @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. 🙂

              1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller
                last edited by

                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.

                1 Reply Last reply Reply Quote 1
                • BRRABillB
                  BRRABill
                  last edited by

                  I just need something simple, which is why I was thinking Access, maybe.

                  PSX_DefectorP 1 Reply Last reply Reply Quote 0
                  • PSX_DefectorP
                    PSX_Defector @BRRABill
                    last edited by

                    @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.

                    1 Reply Last reply Reply Quote 0
                    • BRRABillB
                      BRRABill
                      last edited by

                      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.

                      1 Reply Last reply Reply Quote 0
                      • PSX_DefectorP
                        PSX_Defector
                        last edited by gjacobse

                        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. 🙂

                        BRRABillB 1 Reply Last reply Reply Quote 0
                        • BRRABillB
                          BRRABill @PSX_Defector
                          last edited by

                          @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

                          1 Reply Last reply Reply Quote 0
                          • BRRABillB
                            BRRABill
                            last edited by

                            If there was a SQL DB as easy ac Access (looks), I'd be up for that.

                            JaredBuschJ 1 Reply Last reply Reply Quote 0
                            • JaredBuschJ
                              JaredBusch @BRRABill
                              last edited by

                              @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.

                              BRRABillB 1 Reply Last reply Reply Quote 0
                              • BRRABillB
                                BRRABill @JaredBusch
                                last edited by

                                @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?

                                DustinB3403D scottalanmillerS 2 Replies Last reply Reply Quote 0
                                • BRRABillB
                                  BRRABill
                                  last edited by

                                  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.

                                  scottalanmillerS 2 Replies Last reply Reply Quote 0
                                  • BRRABillB
                                    BRRABill
                                    last edited by

                                    Side Question:
                                    Is Access available through Office 365?

                                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                                    • JaredBuschJ
                                      JaredBusch
                                      last edited by

                                      I hate Access with a passion. I will never recommend it.

                                      1 Reply Last reply Reply Quote 2
                                      • scottalanmillerS
                                        scottalanmiller @BRRABill
                                        last edited by

                                        @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.

                                        1 Reply Last reply Reply Quote 0
                                        • DustinB3403D
                                          DustinB3403 @BRRABill
                                          last edited by DustinB3403

                                          @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.

                                          1 Reply Last reply Reply Quote 0
                                          • DustinB3403D
                                            DustinB3403
                                            last edited by

                                            I'd use LebreBase over Microsoft Access. . .

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post