Click here to Skip to main content
15,923,087 members
Home / Discussions / Database
   

Database

 
QuestionRe: sorting a dot separated integer string valued column [modified] Pin
pakuetian30-Aug-08 23:55
pakuetian30-Aug-08 23:55 
AnswerRe: sorting a dot separated integer string valued column Pin
Wendelius31-Aug-08 0:10
mentorWendelius31-Aug-08 0:10 
QuestionRe: sorting a dot separated integer string valued column [modified] Pin
pakuetian31-Aug-08 0:18
pakuetian31-Aug-08 0:18 
AnswerRe: sorting a dot separated integer string valued column Pin
Wendelius31-Aug-08 7:09
mentorWendelius31-Aug-08 7:09 
AnswerRe: sorting a dot separated integer string valued column Pin
J4amieC1-Sep-08 3:34
J4amieC1-Sep-08 3:34 
QuestionInstall a database Pin
ingerikbv30-Aug-08 16:43
ingerikbv30-Aug-08 16:43 
AnswerRe: Install a database Pin
Mark Churchill30-Aug-08 20:05
Mark Churchill30-Aug-08 20:05 
AnswerRe: Install a database Pin
dybs31-Aug-08 16:22
dybs31-Aug-08 16:22 
If you're building your installer from Visual Studio, you can add items to the Prerequisites window by creating a Bootstrap Manifest Package. See here[^] for a program that can create one of these, given the necessary install files. For instance, if you want to install the MySQL Community Server, you would need to specify the file mysql-essential-5.0.67-win32.msi, as well as the necessary info to check if it's already installed. Then just check off that item in your Prerequisites for your installer, and it will take care of the installation for you.

As for configuration, a custom install action is needed. What I usually do is create the install package, then write a simple console project that will run the necessary config programs without any user intervention. This console project is my custom action.

Another nice thing about the Bootstrap packages with the Visual Studio installers...if you have a URL directly to the install file (like you can do for MySQL), then you can tell your installer to download any needed prerequisites from the internet, thus keeping the size of your installer down. This is great if you need to email an installer.

Hope this helps some.

Dybs
GeneralRe: Install a database Pin
ingerikbv2-Sep-08 10:17
ingerikbv2-Sep-08 10:17 
GeneralRe: Install a database Pin
dybs2-Sep-08 12:51
dybs2-Sep-08 12:51 
QuestionSupplying parameters to 'IN' Pin
N a v a n e e t h29-Aug-08 21:55
N a v a n e e t h29-Aug-08 21:55 
AnswerRe: Supplying parameters to 'IN' Pin
Wendelius30-Aug-08 1:06
mentorWendelius30-Aug-08 1:06 
AnswerRe: Supplying parameters to 'IN' Pin
PIEBALDconsult30-Aug-08 17:17
mvePIEBALDconsult30-Aug-08 17:17 
QuestionFree database?? Pin
xiaowenjie29-Aug-08 18:50
xiaowenjie29-Aug-08 18:50 
AnswerRe: Free database?? Pin
N a v a n e e t h29-Aug-08 21:50
N a v a n e e t h29-Aug-08 21:50 
AnswerRe: Free database?? Pin
Wendelius30-Aug-08 0:36
mentorWendelius30-Aug-08 0:36 
AnswerRe: Free database?? Pin
Jerry Hammond30-Aug-08 3:52
Jerry Hammond30-Aug-08 3:52 
AnswerRe: Free database?? Pin
dybs30-Aug-08 17:23
dybs30-Aug-08 17:23 
GeneralRe: Free database?? Pin
liron.levi31-Aug-08 10:01
professionalliron.levi31-Aug-08 10:01 
AnswerRe: Free database?? Pin
nelsonpaixao31-Aug-08 12:30
nelsonpaixao31-Aug-08 12:30 
QuestionCalling a function using lookup in SSIS Pin
DerekFL29-Aug-08 11:22
DerekFL29-Aug-08 11:22 
Questionwhat's your opinion on the Visual Studion 2005 data designer? Pin
bfis10813728-Aug-08 23:57
bfis10813728-Aug-08 23:57 
AnswerRe: what's your opinion on the Visual Studion 2005 data designer? Pin
PIEBALDconsult29-Aug-08 6:19
mvePIEBALDconsult29-Aug-08 6:19 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
Wendelius29-Aug-08 7:39
mentorWendelius29-Aug-08 7:39 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
Ashfield29-Aug-08 8:59
Ashfield29-Aug-08 8:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.