Results 1 to 3 of 3

Thread: Right Tool for the job?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2005
    Posts
    115

    Right Tool for the job?

    Hi, I had been asked to create a windows application that would do basic payroll functions, working with an Access DB.

    It has to work with access because we want people to be able to pull up the DB in excel if need be (w/o program intervention).

    The App will be able to
    - Punch in/out screen
    - Add/modify/remove users from the DB
    - Message (leave a message for a user, next time they punch in/out will be shown message
    - Reporting (Print daily/weekly/monthly via excel, web, standard formatting, acess etc)

    Now I had started doing this in VB6 as my background in progrmaming is mainly web development(java) no application development.

    So my tool was VB6, since starting I have been wondering as to wether I chose the right tool for the job.

    So now I have to choose wether to continue with my vb6 app or change directions while its still early.

    Other choices of a language were
    VB.NET
    C#

    Im just curious as to some opinions. Am I wasting my time learning VB6 when I should be learning a language that will help me more in the future?

    I need a easy to use/learn language that will develop applications.
    thanks

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Right Tool for the job?

    A couple of things to consider to help make your choice:
    1. Access limitation of 7-10 concurrent connection (database corruption page 27 of pdf file).
    2. VB.NET & C# require the .NET Framework. If your users systems are powerfull enough to run it.
    3. VB6 will require less overhead, but may take longer to write code to do the same thing in .NET.
    4. .NET has a bigger learning curve.
    I'm sure there are a few other points. So maybe others will join in.

    HTH
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Right Tool for the job?

    depends on number of users. i suppose it doesn't have to be done in realtime.
    just keep track and do it if there are too many users. the app could do it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width