Click here to Skip to main content
16,004,761 members
Home / Discussions / C#
   

C#

 
QuestionHow to add .Net framework in an msi setup? Pin
svt gdwl21-May-09 18:43
svt gdwl21-May-09 18:43 
AnswerRe: How to add .Net framework in an msi setup? Pin
MumbleB21-May-09 19:14
MumbleB21-May-09 19:14 
QuestionSending mail from localhost application and from live server Pin
logicaldna21-May-09 17:45
logicaldna21-May-09 17:45 
QuestionError in retrieving data from SQL Pin
misCafe21-May-09 15:48
misCafe21-May-09 15:48 
AnswerRe: Error in retrieving data from SQL Pin
Luc Pattyn21-May-09 16:11
sitebuilderLuc Pattyn21-May-09 16:11 
GeneralRe: Error in retrieving data from SQL Pin
misCafe21-May-09 16:34
misCafe21-May-09 16:34 
GeneralRe: Error in retrieving data from SQL Pin
Luc Pattyn21-May-09 17:00
sitebuilderLuc Pattyn21-May-09 17:00 
AnswerRe: Error in retrieving data from SQL Pin
dan!sh 21-May-09 17:03
professional dan!sh 21-May-09 17:03 
misCafe wrote:
SqlDataAdapter sReader = sCommand.ExecuteReader();


This is where the problem is. ExecuteReader method returns a DataReader object and NOT the DataAdapter object.

In case you need to use the DataAdapter, initialize it using the parameterized constructor and then use its Fill method. ObjectBrowser will help you finding about these.

जय हिंद

GeneralRe: Error in retrieving data from SQL Pin
misCafe21-May-09 18:57
misCafe21-May-09 18:57 
GeneralRe: Error in retrieving data from SQL Pin
MumbleB21-May-09 19:27
MumbleB21-May-09 19:27 
GeneralRe: Error in retrieving data from SQL Pin
misCafe21-May-09 20:33
misCafe21-May-09 20:33 
QuestionRepeated code with little difference Pin
Xenoserv21-May-09 12:09
Xenoserv21-May-09 12:09 
AnswerRe: Repeated code with little difference Pin
Luc Pattyn21-May-09 12:46
sitebuilderLuc Pattyn21-May-09 12:46 
AnswerRe: Repeated code with little difference Pin
_Maxxx_21-May-09 17:30
professional_Maxxx_21-May-09 17:30 
QuestionSleek looking window application Pin
humayunlalzad21-May-09 12:09
humayunlalzad21-May-09 12:09 
AnswerRe: Sleek looking window application Pin
EliottA21-May-09 12:37
EliottA21-May-09 12:37 
AnswerRe: Sleek looking window application Pin
_Maxxx_21-May-09 17:32
professional_Maxxx_21-May-09 17:32 
GeneralRe: Sleek looking window application Pin
humayunlalzad22-May-09 5:21
humayunlalzad22-May-09 5:21 
QuestionHow to get custom attributes from a function called by delegate? [modified] Pin
Anindya Chatterjee21-May-09 11:24
Anindya Chatterjee21-May-09 11:24 
Questiondatagrid reorder Pin
michaelgr121-May-09 10:19
michaelgr121-May-09 10:19 
AnswerRe: datagrid reorder Pin
Luc Pattyn21-May-09 10:30
sitebuilderLuc Pattyn21-May-09 10:30 
AnswerRe: datagrid reorder Pin
michaelgr121-May-09 19:40
michaelgr121-May-09 19:40 
GeneralRe: datagrid reorder Pin
Luc Pattyn22-May-09 2:05
sitebuilderLuc Pattyn22-May-09 2:05 
QuestionHttpWebRequest and something to do with security level... Pin
SimpleData21-May-09 9:21
SimpleData21-May-09 9:21 
AnswerRe: HttpWebRequest and something to do with security level... Pin
Manas Bhardwaj21-May-09 11:12
professionalManas Bhardwaj21-May-09 11:12 

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.