Follow via:
RSS
Email Alert
Question
0 Votes
+ -

how to Package and Deploy Vbasic 6 project used with MSSQL

how to Package and Deploy Vbasic 6 project used with MSSQL Database without using SQL Server or Local
19th Sep 2007

Answers (3)

0 Votes
+ -
Packaging and Deployment
Not too sure of what you are asking - I guess you want a neat way of specifying your database and connection parameters when installing the VB program. I would use either an XML file (if its a web app then a config file should be available) - shouldnt be too hard to set up parameters in an installer
21st Sep 2007

Replies

Another way would be to use an ini file.
ExNavyNuke 21st Sep 2007
please how can i use the ini file. if can understand my problem. i want to make mssql database have designed a standalone app. with vbasic project. without using any local server (on my computer) or remote server to run it after compilation.
megafabinfo@... 25th Sep 2007
I've read the other entries so let me make sure I understand you correctly now. You have an application with a VB6 front end to a MSSQL database. You want to make an installation package to install your VB6 app along with the MSSQL database engine and database? I don't know how to do this with the package and deployment wizard built in to VB6. I'm pretty sure it can be done but I'm not the one that can tell you how. sorry.
ExNavyNuke 26th Sep 2007
-I appreciate your effort:
Please what i mean is that how can i package my vbasic project designed with MSSQL without using local MSSQL Server or Remote Server to run it. i.e to make it a standalone app. with vbasic.

- Am developing a referring software that network people and display family tree.
megafabinfo@... 25th Sep 2007
0 Votes
+ -
great title...but i can't accesss it
???
21st Sep 2007
0 Votes
+ -
You Can't
You either need to install the MSDE alongside your application or change your database from MSSQL to file based one, such as Access.
2nd Oct 2007
Answer the question
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.