Click here to Skip to main content
15,915,513 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: print subscript & superscript in report Pin
Rupesh Kumar Swami14-Jun-07 20:40
Rupesh Kumar Swami14-Jun-07 20:40 
GeneralRe: print subscript & superscript in report Pin
Dave Kreskowiak15-Jun-07 12:57
mveDave Kreskowiak15-Jun-07 12:57 
GeneralRe: print subscript & superscript in report Pin
Rupesh Kumar Swami16-Jun-07 0:09
Rupesh Kumar Swami16-Jun-07 0:09 
GeneralRe: print subscript & superscript in report Pin
Dave Kreskowiak16-Jun-07 3:51
mveDave Kreskowiak16-Jun-07 3:51 
QuestionReturning Columns Name Only Pin
Brendan Vogt12-Jun-07 21:14
Brendan Vogt12-Jun-07 21:14 
AnswerRe: Returning Columns Name Only Pin
Dileep_Vickey12-Jun-07 21:34
Dileep_Vickey12-Jun-07 21:34 
QuestionRe: Returning Columns Name Only Pin
Brendan Vogt12-Jun-07 22:08
Brendan Vogt12-Jun-07 22:08 
QuestionSQLDataReader Column Name Needed Pin
Brendan Vogt12-Jun-07 20:30
Brendan Vogt12-Jun-07 20:30 
Hi,

I have a data reader populated with rows from my SQL SELECT statement.

I am looping through the coloums to write it to a XML file. But I need the name of the column for the name of the element. This is how I am looping through it and writitng it. It's only a section of my code:

With writer

' Loop through the fields
For i = 0 To dr.FieldCount
.WriteElementString("[ column name ]", dr.Item(i))
Next

End With

Please can someone help?

Regards
ma se
AnswerRe: SQLDataReader Column Name Needed Pin
Brendan Vogt12-Jun-07 21:05
Brendan Vogt12-Jun-07 21:05 
AnswerRe: SQLDataReader Column Name Needed Pin
Dave Kreskowiak13-Jun-07 3:45
mveDave Kreskowiak13-Jun-07 3:45 
Questionhow do i display the company name starting with letter a in textbox Pin
sathyan_829412-Jun-07 19:41
sathyan_829412-Jun-07 19:41 
Questionsend message in vb.net Pin
ravihd12-Jun-07 19:15
ravihd12-Jun-07 19:15 
AnswerRe: send message in vb.net Pin
Sathesh Sakthivel12-Jun-07 19:36
Sathesh Sakthivel12-Jun-07 19:36 
AnswerRe: send message in vb.net Pin
Dave Kreskowiak13-Jun-07 3:33
mveDave Kreskowiak13-Jun-07 3:33 
GeneralRe: send message in vb.net Pin
ravihd13-Jun-07 20:17
ravihd13-Jun-07 20:17 
GeneralRe: send message in vb.net Pin
Dave Kreskowiak14-Jun-07 2:28
mveDave Kreskowiak14-Jun-07 2:28 
GeneralRe: send message in vb.net Pin
ravihd17-Jun-07 17:28
ravihd17-Jun-07 17:28 
QuestionHandling IntPtr Pin
Nanda160512-Jun-07 19:00
Nanda160512-Jun-07 19:00 
AnswerRe: Handling IntPtr Pin
Dave Kreskowiak13-Jun-07 3:32
mveDave Kreskowiak13-Jun-07 3:32 
GeneralRe: Handling IntPtr Pin
Nanda160513-Jun-07 21:23
Nanda160513-Jun-07 21:23 
GeneralRe: Handling IntPtr Pin
Dave Kreskowiak14-Jun-07 2:32
mveDave Kreskowiak14-Jun-07 2:32 
Questionhow to convet XSD schema to database table Pin
PrakashBhaskar12-Jun-07 17:44
PrakashBhaskar12-Jun-07 17:44 
AnswerRe: how to convet XSD schema to database table Pin
Sathesh Sakthivel12-Jun-07 18:21
Sathesh Sakthivel12-Jun-07 18:21 
AnswerRe: how to convet XSD schema to database table Pin
Dave Kreskowiak13-Jun-07 3:24
mveDave Kreskowiak13-Jun-07 3:24 
QuestionConnect to DB on website Pin
Socheat.Net12-Jun-07 16:05
Socheat.Net12-Jun-07 16:05 

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.