Re: c# and MSDE
- From: "Jason" <someone@xxxxxxxxxxxxx>
- Date: Fri, 8 Sep 2006 09:59:01 -0500
Thanks for the reply..... I'm a little confused also, which makes sense
since I'm a novice at DB's
I've got a small MS Acess database and I've got a small front end that has a
datagrid to display some of the information in the Database. I've got
VS.net 2005 and since I am a novice, I've been reading through books, that
pertain to C# 2005. All the examples I find are making a SQL connection and
use the MSDE.
Thats great if you download and install that, but if I do will my clients
also need to do that same? Can I use ADO Jet to connect to a MS Access DB.
Do you know of any examples that connect to the Northwind DB so I can use
something else as a working example rather then having to involve MSDE.
Thanks
"Jani Järvinen [MVP]" <janij@xxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:eCBoqM10GHA.4176@xxxxxxxxxxxxxxxxxxxxxxx
Jason,
If I've got simple Access DB, and I've got a front end with a with a
datagrid and use SQL SERver 2005 Expression edition to create the
connections, develop the app then I give the DB and the front end
application to end users, do they need to have MSDE installed on there
PC?
I didn't completely understand your question (could you rephrase it a
bit?), but if your application is connecting to a SQL database, then yes,
somewhere on the network there has to be an SQL Server instance running.
Now, if you build your application so that it expects to find the SQL
Server installed on the same machine as your application ("localhost"),
then yes, users need to install SQL Server Express on their PCs.
--
Regards,
Mr. Jani Järvinen
C# MVP
Helsinki, Finland
janij@xxxxxxxxxxxxxxxxxxxxxx
http://www.saunalahti.fi/janij/
.
- Follow-Ups:
- Re: c# and MSDE
- From: Jani Järvinen [MVP]
- Re: c# and MSDE
- References:
- c# and MSDE
- From: Jason
- Re: c# and MSDE
- From: Jani Järvinen [MVP]
- c# and MSDE
- Prev by Date: Re: Thread.Suspend()
- Next by Date: Re: Passing constructor parameter by value?
- Previous by thread: Re: c# and MSDE
- Next by thread: Re: c# and MSDE
- Index(es):
Relevant Pages
|