473,399 Members | 2,278 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,399 software developers and data experts.

What is the best way to distribute an app that uses Sql Server Express?

>From my dark past I seem to remember that when distributing an app that
talked to an access database, the end user did not need to have access
installed on their machine in order for an application to talk to an
access database file - the Jet engine looked after everything.

What is the score with SQL Server Express? Will users need this
installed on their machines? I guess it is possible to write a script
that installs this along with my app but I am wondering if they really
need SQL server express on their machine.

Greg.

Feb 21 '06 #1
3 1253
The difference is this:

For Access, the Jet drivers operate directly on the database files (.mdb).
This is why you don't need Access on the computer to use MS Access
databases.

For SQL Server and its variations (MSDE, Express, etc), the drivers
communicate via the SQL engine. They do not operate directly against the
database files. Because of this, you actually need some version of SQL
server on the machine to use the database.

So yes, you do need to install SQL Server Express with the app.

Pete

"Greg" <gr*************@yahoo.co.uk> wrote in message
news:11*********************@g44g2000cwa.googlegro ups.com...
From my dark past I seem to remember that when distributing an app that

talked to an access database, the end user did not need to have access
installed on their machine in order for an application to talk to an
access database file - the Jet engine looked after everything.

What is the score with SQL Server Express? Will users need this
installed on their machines? I guess it is possible to write a script
that installs this along with my app but I am wondering if they really
need SQL server express on their machine.

Greg.

Feb 21 '06 #2
bob
Hi Greg,
I am not clear on whether this is a standalone database or a 'common'
database shared by many users of your app.
If it is a common database than you only need SQL Server installed on the
one machine where the database resides. The .Net clients on each of the
other machines will communicate with it.
regards
Bob
"Greg" <gr*************@yahoo.co.uk> wrote in message
news:11*********************@g44g2000cwa.googlegro ups.com...
From my dark past I seem to remember that when distributing an app that

talked to an access database, the end user did not need to have access
installed on their machine in order for an application to talk to an
access database file - the Jet engine looked after everything.

What is the score with SQL Server Express? Will users need this
installed on their machines? I guess it is possible to write a script
that installs this along with my app but I am wondering if they really
need SQL server express on their machine.

Greg.

Feb 21 '06 #3
Thanks Pete & Bob.

It is a standalone database. 5 tables max, though each one will be
quite big (several thousand tuples). Is there an easy way to
incorporate the database installation within the installation of my app
i.e. a one click installation for everything?

Would a different database make things easier for me? Would I be better
off using Access?

Thanks again.

Greg.

Feb 22 '06 #4

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

Similar topics

226
by: Stephen C. Waterbury | last post by:
This seems like it ought to work, according to the description of reduce(), but it doesn't. Is this a bug, or am I missing something? Python 2.3.2 (#1, Oct 20 2003, 01:04:35) on linux2 Type...
92
by: Reed L. O'Brien | last post by:
I see rotor was removed for 2.4 and the docs say use an AES module provided separately... Is there a standard module that works alike or an AES module that works alike but with better encryption?...
12
by: Steven T. Hatton | last post by:
This is something I've been looking at because it is central to a currently broken part of the KDevelop new application wizard. I'm not complaining about it being broken, It's a CVS images. ...
6
by: Hans Kesting | last post by:
Hi, When I add a webform, VS generates three files: WebForm1.aspx WebForm1.aspx.cs (could also be "WebForm1.aspx.vb" I guess) WebForm1.aspx.resx What is that last file for? How can I use...
2
by: G. Dean Blake | last post by:
We currently distribute a web application to serveral servers for a customer. We have been putting the connection string in our web.config file under <appSettings> <add...
2
by: JJ | last post by:
I wanted to run mySQL server as a back end to my web site(s), running on win2k3 with asp2.0 . Unfortunately this doesn't appear to be possible as there is no 'connector' available to connect the...
0
by: Fred G. Sanford | last post by:
Firstly, I am a fairly new .Net developer, so please excuse any dumb/ignorant questions or comments. Thanks. I created a VWD Express project, which uses the ReportViewer control, on my local...
17
by: Matko | last post by:
Hello, I need to store data in some database for my application. I need database for easy deployment (small size), that is reliable and maybe fast. What database is best to use in this case? ...
12
by: Darrel | last post by:
I'm still having a hell of a time figuring out this whole SQL Express set up. I finally discovered why I couldn't run the aspnet_regsql...my local sql server wasn't running. I turned that on,...
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: 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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.