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

New user -- Access comparison questions

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

    New user -- Access comparison questions

    I am currently running the 30 day demo and thinking about purchasing V9.

    I have been developing fairly complex solutions for the aerospace industry with Access since version 1. Typical system would have anywhere from 100 to 300 tables and up to 500-600 forms reports etc. I give the users a compiled front end (mde) on the local C: drives while the datatables are on servers. I am quite comfortable with VB. I am not happy with performance once there is a fair amount of data in the tables ie. 40k records in some tables. Also when the number of users gets over about 15 performance drops off.

    So what I need to know is from anyone who has moved to A5 what they have found as far as.

    Security - Keeping users from modifying or even seeing the design elements. Also user security for access to forms reports etc. In Access I wrote my own security module.

    Performance -- Assuming I will use an sql backend and putting the forms, reports etc on the local C: drive (If this is where the 'front end' should be). Will there be a significant performance gain.

    Ease of putting in updates to the front end ie new screens or changes to screens reports etc. I often have to compile a new front end in Access then zip it and email it to a client, is this possible with A5.

    Ability to create large and fairly complex systems that are visualy and functionaly appealing to the users.

    Thanks in adance for any info you can provide.

    #2
    Re: New user -- Access comparison questions

    I have been developing fairly complex solutions for the aerospace industry with Access since version 1. Typical system would have anywhere from 100 to 300 tables and up to 500-600 forms reports etc. I give the users a compiled front end (mde) on the local C: drives while the datatables are on servers. I am quite comfortable with VB. I am not happy with performance once there is a fair amount of data in the tables ie. 40k records in some tables. Also when the number of users gets over about 15 performance drops off.
    I don't think you will see the drop off in performance. You won't need the compiled front end, although you could write your own exe in VB to start the app if desired. The data( the way I see you using it) will be on the server, It is real easy to do an update => update the server and reset the version and the workstations will recieve the update on next start(or you can set up a button to do it)

    Security - Keeping users from modifying or even seeing the design elements. Also user security for access to forms reports etc. In Access I wrote my own security module.
    Alpha has built in security if you choose to use it or you can roll your own as I and others did. I use native tables and also encrypt them. Sql has a security you can set up too.
    As far as the users seeing the back side. You can program it out. Be sure to catch any errors and code your own responses. Coming from VB and access, you will have a ball here, but a little familiarity will go a long way.

    Ability to create large and fairly complex systems that are visualy and functionaly appealing to the users.
    This is always a matter of taste, but YES!

    Performance -- Assuming I will use an sql backend and putting the forms, reports etc on the local C: drive (If this is where the 'front end' should be). Will there be a significant performance gain.
    Remember the word "Shadow". Leave this one for someone else to answer. I use the native .dbf right now. I may switch with the web side though. You can use both if it helps.

    Something you did not ask. The report writer is almost on the level with Crystal and you can use crystal if you choose. I do not and it is very available to me. ALSO = There are hundreds of functions and you can make your own.

    There are some major differences between Alpha and access, After the inevitable shock, you will NEVER go back. This message board will become a great friend and can really get you through those first few humps.

    Welcome to Alpha!

    NOTE: VB - ACCESS - done some of both and more - It is fun mow.
    Dave Mason
    [email protected]
    Skype is dave.mason46

    Comment


      #3
      Re: New user -- Access comparison questions

      I have programmed in Access and VBA for a number of years, since Access 1.0. We can talk offline if you want. My experience with Access is substantial, as is Filemaker. I certainly would be willing to give you my thoughts.

      Comment


        #4
        Re: New user -- Access comparison questions

        Welcome Tim! You're going to love A5 and wonder why you didn't switch earlier.

        What Dave said. Faster, easier updating, all of your concerns are solved here.

        And, you found this message board - a resource apparently unmatched by other db platforms.

        Use the Search feature first, then feel free to ask.
        -Steve
        sigpic

        Comment


          #5
          Re: New user -- Access comparison questions

          Tim, I have an app made for the aerospace industry thats been running for about 5 years. It has 400 tables, 392 screens, and about 170 reports.

          We started out in Alpha 5-V5 and are currently running in Alpha 5-V7. And we are working on moving it to V9.

          We are running XP-Pro SP2 on all workstations and Server 2003 on the server. We have licenses for 20 concurrent users, but rarely ever exceed 10.

          We run a straight DBF system. Since the tables rarely ever exceed maybe 100,000 records, the DBF system works just fine. As it would be a massive undertaking to convert to run SQL, I doubt we will ever convert. If we had million-record-tables, it would be a different matter.

          The more users you have, the better the server needs to be. And V8 and V9 have methods for distributing users to different processors.

          You will find Alpha is more than up-to-the-task.
          Cole Custom Programming - Terrell, Texas
          972 524 8714
          [email protected]

          ____________________
          "A young man who is not liberal has no heart, but an old man who is not conservative has no mind." GB Shaw

          Comment


            #6
            Re: New user -- Access comparison questions

            Thanks for all the replies! I am impressed with both the software and these message boards. So used to the MS forums where you get no answers. Going to convert one of my systems tables to sql and try a few forms in A5.

            Thanks again.

            Comment


              #7
              Re: New user -- Access comparison questions

              Ability to create large and fairly complex systems that are visualy and functionaly appealing to the users.
              Have a look at this example done in version 6!

              http://msgboard.alphasoftware.com/al...666#post403666

              Comment


                #8
                Re: New user -- Access comparison questions

                Yes very well done!

                Comment


                  #9
                  Re: New user -- Access comparison questions

                  hi tim i am having research on alpha five currently i am developing applications in Access VBA and VB6 I have a question like we use union queries in access and vb whether there is a way to do this in alpha 5
                  one more thing aggregate queries in access with inner and outer joins are many times faster than summing in alpha five am i right or am i doing it in a wrong way one more thing like we can build unbound forms in access an vb i didnt find out is there a way to do that to run a action independently.

                  Comment


                    #10
                    Re: New user -- Access comparison questions

                    Khawar,

                    I can't answer your questions on the comparison with Access queries.

                    There are two ways to create unbound forms.
                    1. Xdialog is used to create dialogs that are not bound to a table. Start with the xdialog genie.
                    2. "Forms" in Alpha are always bound to a table. However, a form does not need to use/display any fields from that table. In this way, some developers bind a form to a "dummy" table in order to take advantage of the form builder GUI.

                    Bill.

                    Comment


                      #11
                      Re: New user -- Access comparison questions

                      Originally posted by khawar View Post
                      hi tim i am having research on alpha five currently i am developing applications in Access VBA and VB6 I have a question like we use union queries in access and vb whether there is a way to do this in alpha 5
                      one more thing aggregate queries in access with inner and outer joins are many times faster than summing in alpha five am i right or am i doing it in a wrong way one more thing like we can build unbound forms in access an vb i didnt find out is there a way to do that to run a action independently.

                      a union sql query would be equivalent to an 'append' operation in alpha five.

                      group by queries are equivalent to 'summarize' operations.

                      if you are working with native alpha five tables, then you will use the above operations.

                      however, if your alpha five application is built on active-link tables then you can use the backend database to do your summaries for you.

                      you would define a readonly active-link table that has GROUP BY in its SELECT statement

                      Comment


                        #12
                        Re: New user -- Access comparison questions

                        Originally posted by Selwyn Rabins View Post
                        a union sql query would be equivalent to an 'append' operation in alpha five.

                        group by queries are equivalent to 'summarize' operations.

                        if you are working with native alpha five tables, then you will use the above operations.

                        however, if your alpha five application is built on active-link tables then you can use the backend database to do your summaries for you.

                        you would define a readonly active-link table that has GROUP BY in its SELECT statement
                        my question was regarding speed difference

                        Comment


                          #13
                          Re: New user -- Access comparison questions

                          I can do an append on 2700 records with over 100 fields to the same table on another machine in about 5 seconds. That is going over a LAN. server is an older slower machine with xpsp2 and the recieving machine is a fast xpsp2 machine. The lan is average. Twice the records would take very little more. Generally, this takes place wile other operations are also going on and unattended.

                          When we did it in VB with similar tables within access dbs, it took about the same or more. Definitely was not faster.

                          I do not have an access db with those sizes to compare.

                          Wish I could help better.
                          Dave Mason
                          [email protected]
                          Skype is dave.mason46

                          Comment

                          Working...
                          X