Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

Backend for Data vs Single Container?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Backend for Data vs Single Container?

    Hi all,

    Question: Should an A5V9 app be written to link tables from a separate dbf? I am nervous about putting everything in one container for fear of overwriting data, or other issues with updating the application. Any thoughts?

    I have done some MS Access application development since Access version 1.1 to about 3 years ago. My method was to build the app in one mdb container and place the data files in another to facilitate updates and backups. I could send the client the updated application with no worries about overwriting precious data. I also did virtually all of the manipulations using macros.

    I note that there is a nice "send" feature that lets you send only the dynamic parts (forms, reports, scripts, etc.) of the application, so I THINK this is okay. I viewed the DVD training and noted that the single database container often can contain many files. My fledgling current project already has a bunch, and it is growing at a staggering rate! It is a little daunting when each table produces 3 files. I am using Lyzenski-Reddick naming conventions which at least aggregate the tables, forms, etc. to some extent.

    I am amazed with the drill down access to properties for each object. There are many wonderful things I have already seen in A5V9. I do miss my mixed upper and lower case field names. The only workaround I have found is to preface a word in the field name I wanted capped with an underscore.
    R. Brake
    Alpha Learner

    #2
    Re: Backend for Data vs Single Container?

    Originally posted by rbrake3 View Post
    Question: Should an A5V9 app be written to link tables from a separate dbf? I am nervous about putting everything in one container for fear of overwriting data, or other issues with updating the application. Any thoughts?
    I would not do that just for the sake of doing it. The key is to backup, preferably rotating backups, so you don't overwrite good data with bad. Alpha makes this easy with it's built in backup routine which allows you to backup all or parts of the db with an option to have each backup be a numerical zip file, as in databse1.zip, database2.zip, etc.
    Peter
    AlphaBase Solutions, LLC

    [email protected]
    https://www.alphabasesolutions.com


    Comment


      #3
      Re: Backend for Data vs Single Container?

      Thank you for the reply, but please let me clarify my question. The issue is that I need to deploy an app to my client. This is a work in progress, so my client will be working with the developing application, and entering real data as we add features and capabilities. I want to be able to deliver updates in the form of new components (forms, reports, etc.) Without overwriting the client's data. This is done in MS Access by separating the application from the data. I don't know whether to put A5 tables in a separate container (dbf) or use the Send feature which appears to only update the application files, leaving the tables and their data untouched. I urgently need guidance. Thank for any help anyone can provide.
      R. Brake
      Alpha Learner

      Comment


        #4
        Re: Backend for Data vs Single Container?

        Richard,

        As Peter suggested take a look at the built in backup / restore utility. I use this all the time to backup application files only from my development machine and then restore these to the client's machine.

        IMPORTANT: If you've made changes to table structure on your dev machine you will need to make identical changes to the clients prior to restoring application files.

        ba

        Comment


          #5
          Re: Backend for Data vs Single Container?

          Hi Bob, thanks a lot. I figured there was a way that Alpha 5 did this, but couldn't decide if creating a separate db container and linking the tables would work. Frankly, the rapid amassing of files in the dbf container is a bit intimidating to me. I guess part of it is the triple table file effect. I can see the dbf container having hundreds of files in it very shortly. I did not know (being very new to A5V9) that the backup utility could selectively backup components in the way you described. By the way, I had run across mention of a "Send" utility that seemed to offer something similar, the ability to selectively "pack and go" with non-data components. Would this be an alternative solution, and if so does one method offer any advantages over the other?

          Thanks for the note on maintaining table changes on the client data set. I understand about updating table structure. Working with MS Access 1.1 thru 2007, I routinely had to add fields as my understanding of the client's needs developed, and of course sometimes I had to add tables too. These are minor service details to me, compared to the mountains of work involved in fielding the application itself. My immediate need is to be sure I can operate within the realm of Alpha Five with an understanding of how to best achieve the same data integrity while development takes place. Thanks again for your input, it is most helpful.
          R. Brake
          Alpha Learner

          Comment


            #6
            Re: Backend for Data vs Single Container?

            Provided you don't modify the structure of the tables, you need only copy the ddd, ddm, ddx or sem, set, sex files to the customer's systems.

            These are the "dictionary" files for the tables and sets. they contain the layouts and rules. There is no need to copy the .dbf files as they are the data.

            Tom

            Comment


              #7
              Re: Backend for Data vs Single Container?

              Richard,

              After what you went through in Access I'm sure you will be surprised at how easy it is in A5 (BTDT).

              Go to the Help file and look for "Copying a Database Design" and "Alpha Five File Types" - these are both important topics to understand.

              Basically, learn what a "data dictionary" is (that topic is also in the Help file) - it contains the layouts, scripts, etc. but not the data. A data dictionary can easily be copied to the user's system and with far less hassle than Access. In A5 you just copy the modified files just like you would copy a text file from one folder to another.

              Quick examples:
              1. You modified a form that is only attached to the ABC table -- just copy the new ABC.ddd, ABC.ddm, and ABC.ddx files to the user's computer.
              2. You modified a report that is attached to the XYZ set -- just copy the XYZ.set, XYZ.sem, and XYZ.sex files to the user's computer. (Warning - I've had two users now who "cleaned up their computer" by removing the ".sex" files. Tell them not to do that! Those are "SEt indeX" files.)

              Don't just use/modify the examples above without reading and understanding the info in the Help file. You need to understand just what is included in those files. Also, this doesn't discuss the issue of adding or modifying fields. (That issue has been discussed many times on this board as well. Do a search on a5_add_fields_to_table - including the underscores. The best one is probably here.)

              HINT: (Warning - personal preference follows)
              I have pretty much quit copying individual data dictionaries when updating a customer's application. If I update an application I give them ALL the data dictionaries. I've had too many instances in the past where I thought I gave them everything that was changed but ended up forgetting something I did earlier in the update process. Now, with very few exceptions, it's all or nothing - and I have far fewer issues now that I'm doing it that way.

              Comment


                #8
                Re: Backend for Data vs Single Container?

                Thank you all for the wonderful feedback and answers. I am hungry for knowledge in A5V9. I am still curious about the "Send" utility. Does anyone here use that as a client update tool?
                R. Brake
                Alpha Learner

                Comment

                Working...
                X