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...
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...