473,385 Members | 1,925 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

msde database distribution

We are creating an application that uses a msde database. Anyone know how we
can distribute this with the application or have some way of getting the sql
queries from it that would create the database? Any articles on this topic
or anything? We don't have sql query analyzer since we have the desktop
version. All we have is this osql thing of microsofts which I can't seem to
find some clear documentation on.
Nov 18 '05 #1
2 893
You just need to run the appropriate SQL scripts to create your database at
install time.
Here's the details:
http://msdn.microsoft.com/library/de...stallation.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com


"cade" <ca**@balancestudios.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
We are creating an application that uses a msde database. Anyone know how we can distribute this with the application or have some way of getting the sql queries from it that would create the database? Any articles on this topic
or anything? We don't have sql query analyzer since we have the desktop
version. All we have is this osql thing of microsofts which I can't seem to find some clear documentation on.

Nov 18 '05 #2
First, read the article on bootstrapping the .NET Framework to your
application:

http://msdn.microsoft.com/library/de...tdeploy1_1.asp

It is a necessary step for commercial applications, as it does not require
previous install of the Framework (ie, reduces customer support calls). You
can use a similar method to attach the actual MSDE engine:

http://msdn.microsoft.com/library/de...eddingmsde.asp

To install the scripts, you can create custom actions (and custom installer
classes). The info on custom installers can be found in the help file. Here
is a good starting point:

http://msdn.microsoft.com/library/de...lkthroughs.asp

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** ********************
Think Outside the Box!
************************************************** ********************
"cade" <ca**@balancestudios.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
We are creating an application that uses a msde database. Anyone know how we can distribute this with the application or have some way of getting the sql queries from it that would create the database? Any articles on this topic
or anything? We don't have sql query analyzer since we have the desktop
version. All we have is this osql thing of microsofts which I can't seem to find some clear documentation on.

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Steve Bishop | last post by:
Hope MSDE questions ok here. I would like to distribute a MSDE application on CD ROM. I don't have any of the packaging solutions i.e. Visual Studio, Office Developer or VB Pro. I'm using MS Web...
2
by: bryja_klaudiusz[at]poczta[dot]fm | last post by:
Hi, How to copy database diagram (all data) to other server using only MSDE server and VS.Net Proffesional? I have no Enterprice manager. I have to move database (create on my machine) to my...
3
by: *no spam* | last post by:
I want to move my Access 2K database into MSDE. The Access Upsizing Wizard crashes (a known bug wi A2K), so I'm using the following suggested method: Access --> New --> Project (Existing...
7
by: DraguVaso | last post by:
Hi, I'm just wondering when I better should use an Sql Server or when a MSDE. Whet are the advantages of one to another en the limits etc. And this espacially when using them as databases for...
5
by: Robin Tucker | last post by:
I'm looking for a simple way of telling (inside a stored procedure) if I'm currently using MSDE or a full SQL server. Ideally, there is some pre-defined environment variable that won't cause me...
1
by: smahler | last post by:
Hi all, Here is my situation. I have an application that uses SQL 2000. The client has a program that uses MSDE. The client MUST have the MSDE version of the Database. What I have done is to...
2
by: Rosy Moss | last post by:
I am in the process of cleaning up a database that our company uses to track jobs, time and expense, and customer information. We are running Windows 2000 Server with approximately 20 terminals...
3
by: Paul Aspinall | last post by:
Hi I want to package my C# winforms app, to be deployed with MSDE, as easily as possible for the end user. I want to create an MSI or Installshield (prefer MSI), to setup my C# app, together...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.