Wrox Programmer Forums
|
VB Databases Basics Beginning-level VB coding questions specific to using VB with databases. Issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB Databases Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 24th, 2009, 06:23 AM
Authorized User
 
Join Date: Sep 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default Compilation of vb project

Hi,

If let's say i have completed a vb6 project, interacting with sql server 2000 DB. I wonder if there is any tools available that i can use to compile the DB file (with triggers and stored procedure) together with the vb project file in a package for deployment to other user.

Please advise.

Thanks!
 
Old August 24th, 2009, 10:24 PM
Authorized User
 
Join Date: Mar 2009
Posts: 49
Thanks: 0
Thanked 8 Times in 8 Posts
Default

It is possible but they will need to have a licensed copy of SQL server. Then to attach your files your program will need Admin access (if you are automating). However, you can decrease the size of the install package by scripting your database to a text file. Then end user could run the script or you could if the user gives your program Admin privledges.


Good Luck





Similar Threads
Thread Thread Starter Forum Replies Last Post
'expected then' VB script compilation error Adam H-W Classic ASP Basics 9 July 19th, 2009 11:02 AM
Vb and C# Files in Single Project shriji.1111 General .NET 3 December 16th, 2006 09:44 PM
Installation for VB project pavel Pro VB 6 0 April 13th, 2006 09:32 AM
New VB Project with C ++ Files BSkelding Pro VB.NET 2002/2003 4 July 16th, 2004 08:15 AM
how to create setup for a vb project chanti Beginning VB 6 2 June 1st, 2004 02:31 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.