Click here to Skip to main content
15,911,890 members
Home / Discussions / Database
   

Database

 
AnswerRe: Data transfer Pin
Chetan Patel29-Mar-07 20:55
Chetan Patel29-Mar-07 20:55 
QuestionGetting the connection string Pin
dptalt29-Mar-07 8:36
dptalt29-Mar-07 8:36 
AnswerRe: Getting the connection string Pin
Rob Graham29-Mar-07 9:10
Rob Graham29-Mar-07 9:10 
QuestionHow can I Inserting to a table Pin
mghiassi29-Mar-07 6:46
mghiassi29-Mar-07 6:46 
AnswerRe: How can I Inserting to a table Pin
Colin Angus Mackay29-Mar-07 21:16
Colin Angus Mackay29-Mar-07 21:16 
Questionprivate Table Adapters Pin
Drathmar29-Mar-07 5:49
Drathmar29-Mar-07 5:49 
QuestionServer Error in '/aspx' Application. Pin
nothingbutcat29-Mar-07 5:07
nothingbutcat29-Mar-07 5:07 
AnswerRe: Server Error in '/aspx' Application. Pin
Colin Angus Mackay29-Mar-07 5:22
Colin Angus Mackay29-Mar-07 5:22 
nothingbutcat wrote:
[SqlException: SQL Server does not exist or access denied.]


Well, either you are attempting to connect to a SQL Server that does not exist. Or the SQL Server does exist but you don't have the authority to use it from an ASP.NET application.

Check your connection string. Does the server exist?

Are you using a trusted connection?

* If yes, does SQL Server permit access to the ASP.NET account?

* If no, have you set up the relevant user in SQL Server? And Is the password specified in the connection string correct?


GeneralRe: Server Error in '/aspx' Application. Pin
nothingbutcat29-Mar-07 6:44
nothingbutcat29-Mar-07 6:44 
QuestionConvert .NET Framework types to SQL data type? Pin
Gywox29-Mar-07 4:24
Gywox29-Mar-07 4:24 
Questionconvert datetime Pin
Test27030729-Mar-07 0:16
Test27030729-Mar-07 0:16 
AnswerRe: convert datetime Pin
Colin Angus Mackay29-Mar-07 0:47
Colin Angus Mackay29-Mar-07 0:47 
GeneralRe: convert datetime Pin
Test27030729-Mar-07 1:00
Test27030729-Mar-07 1:00 
GeneralRe: convert datetime Pin
Colin Angus Mackay29-Mar-07 3:16
Colin Angus Mackay29-Mar-07 3:16 
AnswerRe: convert datetime Pin
Krish - KP29-Mar-07 1:39
Krish - KP29-Mar-07 1:39 
GeneralRe: convert datetime Pin
Test27030729-Mar-07 1:52
Test27030729-Mar-07 1:52 
AnswerRe: convert datetime Pin
Chetan Patel29-Mar-07 21:00
Chetan Patel29-Mar-07 21:00 
QuestionSnap-in failed to initilize error on enterprise manager Pin
mohd imran abdul aziz28-Mar-07 21:02
mohd imran abdul aziz28-Mar-07 21:02 
QuestionDuplicate records Pin
Sophia Rekhi28-Mar-07 18:55
Sophia Rekhi28-Mar-07 18:55 
AnswerRe: Duplicate records Pin
jijoaresseriljose28-Mar-07 21:33
jijoaresseriljose28-Mar-07 21:33 
GeneralRe: Duplicate records Pin
Sophia Rekhi28-Mar-07 23:10
Sophia Rekhi28-Mar-07 23:10 
AnswerRe: Duplicate records Pin
Krish - KP29-Mar-07 1:46
Krish - KP29-Mar-07 1:46 
GeneralRe: Duplicate records [modified] Pin
jijoaresseriljose29-Mar-07 3:31
jijoaresseriljose29-Mar-07 3:31 
AnswerRe: Duplicate records Pin
Krish - KP28-Mar-07 21:37
Krish - KP28-Mar-07 21:37 
AnswerRe: Duplicate records Pin
one_stone_zz28-Mar-07 23:21
one_stone_zz28-Mar-07 23:21 

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.