|
-
Nov 21st, 2006, 12:16 PM
#1
Thread Starter
Junior Member
[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.
-
Nov 21st, 2006, 02:31 PM
#2
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.
-
Nov 21st, 2006, 02:34 PM
#3
Re: Newbie Question - deploying VB.NET 2005,CR & SQL Express
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Nov 21st, 2006, 07:31 PM
#4
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|