Re: How to connect to an SQL Server 2000 Personal Edition Database
- From: erymuzuan <erymuzuan@xxxxxxxxx>
- Date: Mon, 04 Apr 2005 14:08:53 +0800
You've got to give the aspnet worker process the permission to the database, add a new login from your Windows Account(ASPNET for Win XP or Net work Service for Win2k3). Otherwise you've to run impersonnation or use sql authentication.
regards erymuzuan mustapa keps wrote:
Hi,
I have created a web service that needs to access data in an SQL Server 2000 Personal Edition database. However, when I create a SqlCoonection object in C# and tries to connect using the path \(local) , it gives an error messga estating that the Server can not be found or have in adequate permissions to perform the operation.
I think I have a problem getting the right path. Does anyone know how to go about this.
A prompt reply will be highly appreciated.
Thanks.
Kapila
.
- References:
- Prev by Date: How to connect to an SQL Server 2000 Personal Edition Database
- Next by Date: Local config file, how to use?
- Previous by thread: How to connect to an SQL Server 2000 Personal Edition Database
- Next by thread: Local config file, how to use?
- Index(es):
Relevant Pages
|