Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I currently have a trial version of an application released to users which connects to an Access2002 database backend. As I am still developing the application I have been investigating the possibility of moving it over to a SQL Server database using MSDE as I am reading that it is more efficient.

 

I have little knowledge of SQL Server or MSDE so was wondering could someone just clarify a few points if possible.

 

If I create a version of my Access2002 database as a SQL Server database using the server explorer within .NET do all I need to do is this:

 

1. copy the database to a machine which has MDSE running on it

 

2. modify my code so that it uses the SQL namespace objects rather than OLEDB

 

3. does the PC that will have the database and MSDE installed need to have the server service running? I am aware that there is a limit of having a maximum of ten user connecting to a PC with the server service running, to ensure Windows 2000 server is used for greater number of users. Therefore I assume the MSDE can operate without the server service running???

 

all help gratefully recieved...

 

 

 

:)

My website
Posted
*scratches* If I don't have my service running I'm not able to connect to any of my MSDE databases.. :confused:
Gamer extraordinaire. Programmer wannabe.
  • *Experts*
Posted

I can't access msde databases without mssql service running.

I wonder if he is referring to IIS?

 

I'm also a little unclear regarding the statement:

 

"create a version of my Access2002 database as a SQL Server database using the server explorer"

 

I can manipulate the database after it's open, however, it sounds as if he intends to create the database

via server explorer after simple copying a .mdb file to the machine running his msde.

 

Am I confused or what.

  • *Gurus*
Posted
need to have the server service running?

The "Server" service is largely unrelated to Microsoft SQL Server.

 

"Server" is the name of a Windows service that is involved with RPC. That's what I am referring to. Since people are less than explicit on this board half the time I have no desire to assume he's referring to something else, if in fact he is.

Posted

OKey dokey :-)

 

Yes I mean to create the database within the Visual Studio .Net Server Explorer

 

Yes I intend to have the MSDE service running in order to allow access to the SQL database

 

I was asking do I need the Windows Server service running as well as the MSDE in order for users to connect to my database or do I just need the MSDE running?

 

Derek you have understood me correct. Thanks to you all for you comments :-)

My website

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...