Click here to Skip to main content
15,913,685 members
Home / Discussions / Database
   

Database

 
AnswerRe: Need Query Help Pin
Rabbit175-Jun-06 4:59
Rabbit175-Jun-06 4:59 
QuestionLost connection error using mysql & asp.net 1.1 Pin
Amit Agarrwal3-Jun-06 3:19
Amit Agarrwal3-Jun-06 3:19 
Questionwritting a log file through store procedure in SQL SERVER 2000 Pin
Praveen_S3-Jun-06 1:56
Praveen_S3-Jun-06 1:56 
AnswerRe: writting a log file through store procedure in SQL SERVER 2000 Pin
Stephan Samuel3-Jun-06 4:13
Stephan Samuel3-Jun-06 4:13 
AnswerRe: writting a log file through store procedure in SQL SERVER 2000 Pin
Prasad Dannani6-Jun-06 3:05
Prasad Dannani6-Jun-06 3:05 
QuestionData export Filemaker to Sql Server Pin
Garg Vikas2-Jun-06 20:38
Garg Vikas2-Jun-06 20:38 
QuestionWindows Services Pin
UNLV2-Jun-06 8:18
UNLV2-Jun-06 8:18 
AnswerRe: Windows Services Pin
Stephan Samuel2-Jun-06 11:52
Stephan Samuel2-Jun-06 11:52 
You're having impersonation problems. When your service runs, it runs as a service account (probably the IUSR account if it's a web service). When the application runs, it runs as you, the logged-in user. You have access, the service account doesn't. Your DSN doesn't seem to specify a username or password.

You can do a couple of things:

1. Change the service to run as someone who does have access. If it's a web service this could have consequences on other web services running on the same machine.

2. Explicitly impersonate someone else in your connection string. Put the username and password of someone who does have access after the DSN param in the connection string.

I think there are other more complicated options.


s}
QuestionDeploying SQL Application with C#.net 2003 Pin
olivierbalagizi1-Jun-06 20:23
olivierbalagizi1-Jun-06 20:23 
AnswerRe: Deploying SQL Application with C#.net 2003 Pin
Felipe Dalorzo2-Jun-06 5:06
Felipe Dalorzo2-Jun-06 5:06 
GeneralRe: Deploying SQL Application with C#.net 2003 Pin
olivierbalagizi2-Jun-06 5:36
olivierbalagizi2-Jun-06 5:36 
GeneralRe: Deploying SQL Application with C#.net 2003 Pin
Paddy Boyd2-Jun-06 5:41
Paddy Boyd2-Jun-06 5:41 
GeneralRe: Deploying SQL Application with C#.net 2003 Pin
olivierbalagizi2-Jun-06 5:48
olivierbalagizi2-Jun-06 5:48 
GeneralRe: Deploying SQL Application with C#.net 2003 Pin
Stephan Samuel2-Jun-06 5:53
Stephan Samuel2-Jun-06 5:53 
GeneralRe: Deploying SQL Application with C#.net 2003 Pin
Paddy Boyd2-Jun-06 5:55
Paddy Boyd2-Jun-06 5:55 
GeneralRe: Deploying SQL Application with C#.net 2003 Pin
olivierbalagizi2-Jun-06 5:59
olivierbalagizi2-Jun-06 5:59 
GeneralRe: Deploying SQL Application with C#.net 2003 Pin
Paddy Boyd2-Jun-06 6:02
Paddy Boyd2-Jun-06 6:02 
GeneralRe: Deploying SQL Application with C#.net 2003 Pin
olivierbalagizi2-Jun-06 6:06
olivierbalagizi2-Jun-06 6:06 
GeneralRe: Deploying SQL Application with C#.net 2003 Pin
Paddy Boyd2-Jun-06 6:08
Paddy Boyd2-Jun-06 6:08 
GeneralRe: Deploying SQL Application with C#.net 2003 Pin
Felipe Dalorzo2-Jun-06 6:46
Felipe Dalorzo2-Jun-06 6:46 
QuestionSQL version [modified] Pin
ass3aad1-Jun-06 17:41
ass3aad1-Jun-06 17:41 
AnswerRe: SQL version [modified] Pin
Dinuj Nath1-Jun-06 22:17
Dinuj Nath1-Jun-06 22:17 
QuestionEnterprise Library and Dataset Update Pin
ShineLee1-Jun-06 16:33
ShineLee1-Jun-06 16:33 
AnswerRe: Enterprise Library and Dataset Update Pin
Stephan Samuel3-Jun-06 4:27
Stephan Samuel3-Jun-06 4:27 
QuestionTrigger Help Needed Pin
AnneThorne1-Jun-06 6:39
AnneThorne1-Jun-06 6:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.