Click here to Skip to main content
15,893,622 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Download Excel data Pin
Abhishek Sur1-Dec-09 21:32
professionalAbhishek Sur1-Dec-09 21:32 
GeneralRe: Download Excel data Pin
Mugdha_Aditya2-Dec-09 0:56
Mugdha_Aditya2-Dec-09 0:56 
GeneralRe: Download Excel data Pin
Abhishek Sur2-Dec-09 20:20
professionalAbhishek Sur2-Dec-09 20:20 
QuestionCrystal Report in Asp.net Pin
Udayaraju1-Dec-09 1:34
Udayaraju1-Dec-09 1:34 
AnswerRe: Crystal Report in Asp.net Pin
Abhishek Sur1-Dec-09 9:10
professionalAbhishek Sur1-Dec-09 9:10 
QuestionRe: Crystal Report in Asp.net Pin
Udayaraju1-Dec-09 18:21
Udayaraju1-Dec-09 18:21 
AnswerRe: Crystal Report in Asp.net Pin
Abhishek Sur1-Dec-09 21:40
professionalAbhishek Sur1-Dec-09 21:40 
Questionconnection string problem Pin
m@dhu1-Dec-09 0:36
m@dhu1-Dec-09 0:36 
im using vs2003 and sql2000 im getting error in connection string.....

Keyword not supported: 'use procedure for prepare'.


Line 51: {
Line 52: string str= "select * from table1";
Line 53: SqlConnection cnn=new SqlConnection("Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=new;Data Source=NETZOOM;Use Procedure for Prepare=1;Packet Size=4096;Workstation ID=NETZOOM;Use Encryption for Data=false;Tag with column collation when possible=False");
Line 54: SqlCommand cmd=new SqlCommand(str,cnn);
Line 55: DataSet ds=new DataSet();





SqlConnection cnn=new SqlConnection("Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=new;Data Source=NETZOOM;Use Procedure for Prepare=1;Packet Size=4096;Workstation ID=NETZOOM;Use Encryption for Data=false;Tag with column collation when possible=False");


i tried by removing that keywords still this error

Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.

modified on Tuesday, December 1, 2009 6:46 AM

AnswerRe: connection string problem Pin
Abhishek Sur1-Dec-09 0:47
professionalAbhishek Sur1-Dec-09 0:47 
AnswerRe: connection string problem [Modified] Pin
Dinesh Mani1-Dec-09 1:04
Dinesh Mani1-Dec-09 1:04 
GeneralRe: connection string problem Pin
m@dhu1-Dec-09 1:09
m@dhu1-Dec-09 1:09 
GeneralRe: connection string problem Pin
Dinesh Mani1-Dec-09 1:11
Dinesh Mani1-Dec-09 1:11 
GeneralRe: connection string problem Pin
m@dhu1-Dec-09 1:36
m@dhu1-Dec-09 1:36 
GeneralRe: connection string problem Pin
Dinesh Mani1-Dec-09 1:51
Dinesh Mani1-Dec-09 1:51 
GeneralRe: connection string problem Pin
The Man from U.N.C.L.E.1-Dec-09 2:08
The Man from U.N.C.L.E.1-Dec-09 2:08 
GeneralRe: connection string problem Pin
souidi abderrahman1-Dec-09 5:37
souidi abderrahman1-Dec-09 5:37 
GeneralRe: connection string problem Pin
S. Brozius1-Dec-09 2:11
S. Brozius1-Dec-09 2:11 
AnswerRe: connection string problem Pin
Vimalsoft(Pty) Ltd1-Dec-09 3:45
professionalVimalsoft(Pty) Ltd1-Dec-09 3:45 
QuestionUnable to serialize the session state when session mode is SqlServer Pin
Kuricheti1-Dec-09 0:20
Kuricheti1-Dec-09 0:20 
AnswerRe: Unable to serialize the session state when session mode is SqlServer Pin
Abhishek Sur1-Dec-09 0:40
professionalAbhishek Sur1-Dec-09 0:40 
GeneralRe: Unable to serialize the session state when session mode is SqlServer Pin
Kuricheti1-Dec-09 22:29
Kuricheti1-Dec-09 22:29 
GeneralRe: Unable to serialize the session state when session mode is SqlServer Pin
Abhishek Sur2-Dec-09 20:28
professionalAbhishek Sur2-Dec-09 20:28 
GeneralRe: Unable to serialize the session state when session mode is SqlServer Pin
Abhishek Sur2-Dec-09 20:29
professionalAbhishek Sur2-Dec-09 20:29 
AnswerRe: Unable to serialize the session state when session mode is SqlServer Pin
Abhijit Jana1-Dec-09 0:54
professionalAbhijit Jana1-Dec-09 0:54 
Questionhow we generate Tally XML file Pin
lrsalunkhe30-Nov-09 21:37
lrsalunkhe30-Nov-09 21:37 

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.