Results 1 to 4 of 4

Thread: [resolved] Newbie Question - deploying VB.NET 2005,CR & SQL Express

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2006
    Posts
    16

    Resolved [resolved] Newbie Question - deploying VB.NET 2005,CR & SQL Express

    Hi,
    This is my first windows application that I am building with VB.NET 2005, Crystal Report XI and SQL Express 2005.
    It is going well so far because I haven't thought about deployment yet.

    In my software, I have a database in SQL Express, and I also have Crystal Report XI connect to that database in order to create reports.
    (I created CR outside of VB.NET 2005 IDE and called them using Crystal Report viewer in my VB form).
    Since the CR in VS.NET 2005 is bundled version, it doesn't have much features however, I managed to present everything I wanted to.

    Now, here are my questions.
    1. Which Crystal Report merge module should I use? ( there are three different files for CR for VS.NET 2005).
    The client computer is a stand-alone windows XP machine.
    2. How will the database transfer?
    3. later if I wanted to update the software, will database be overwritten?

    I have too many questions to answer...gosh.
    Thanks in advance for your help.
    Last edited by skinpower; Nov 21st, 2006 at 07:32 PM.

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

    Re: Newbie Question - deploying VB.NET 2005,CR & SQL Express

    1. Which Crystal Report merge module should I use? ( there are three different files for CR for VS.NET 2005).

    Don't know I usually just run ********** and let if figure out what I need. Otherwise you need to do research to find out which you need.

    The client computer is a stand-alone windows XP machine.
    2. How will the database transfer?

    You Have to add the database to your installation along with any client database driver installation.

    3. later if I wanted to update the software, will database be overwritten?

    Only if you indicate to the installation package to always overwrite files, otherwise if the file exist it should not be touched. That is the default in Inno Setup anyway.

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

    Re: Newbie Question - deploying VB.NET 2005,CR & SQL Express

    Maybe take a look at this - http://diamond.businessobjects.com/node/728
    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
    Junior Member
    Join Date
    Aug 2006
    Posts
    16

    Resolved Re: Newbie Question - deploying VB.NET 2005,CR & SQL Express

    Thanks Robdog and randem, this paper is great.
    I found that I need to use x86 module.

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