Results 1 to 4 of 4

Thread: Need Help with VB and MS Access compiling

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    2

    Need Help with VB and MS Access compiling

    Hello,

    I'm still new with VB (compiling part) and I was hoping if someone could help me... I already made my program with MS Access as my database and added the report thingy in VB.. I was hoping if someone could help me on how to compile this into a single .EXE file so that others can install my program into their system and run my program even without having VB 6.0 and MS Access installed in their system... Is this possible or not?!? I really do hope someone could help me with this.. thanx... x^_^

    P.S the only thing I know is saving it as .EXE project at the File menu.. But it does not work on computers without VB6.0 installed...

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Need Help with VB and MS Access compiling

    You can your app on a system without VB or Access installed (This is the preferred method). You first need to create an installation package using possibly one of the packages described in the FAQ's for this forum (First thread).

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

    Re: Need Help with VB and MS Access compiling

    If your program only uses the Access database as a back end and never displays any of the Access db GUI or objects then packaging the app into a setup.exe is possible with many of the packagers that Randem pointed you to.

    If you are displaying the Access GUI/Objects then your end user will be required to have their own licensed version of Access. You can not distribute the program Access itself or any of its supported runtime files, only the .mdb, .mde and adp files only.
    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

  4. #4

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    2

    Re: Need Help with VB and MS Access compiling

    I see... So it is possible... x^_^ I will try to use the packagers that you had mentioned... will post more info soon. Thanks for the big help...

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