Click here to Skip to main content
15,923,910 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Windows Service and Outlook: An Update Pin
FeejayFred31-Aug-05 9:05
FeejayFred31-Aug-05 9:05 
QuestionPop Up Menu Pin
No-e31-Aug-05 8:21
No-e31-Aug-05 8:21 
AnswerRe: Pop Up Menu Pin
Mark0631-Aug-05 13:02
Mark0631-Aug-05 13:02 
GeneralRe: Pop Up Menu Pin
No-e1-Sep-05 2:25
No-e1-Sep-05 2:25 
QuestionNow what - distribute ActiveX control Pin
john john mackey31-Aug-05 8:09
john john mackey31-Aug-05 8:09 
QuestionDataSets vs Queries Pin
medicenpringles31-Aug-05 7:52
medicenpringles31-Aug-05 7:52 
AnswerRe: DataSets vs Queries Pin
Marcus J. Smith31-Aug-05 9:02
professionalMarcus J. Smith31-Aug-05 9:02 
QuestionInsert rows in a multi table dataset Pin
dptalt31-Aug-05 7:42
dptalt31-Aug-05 7:42 
I have a DataAdapter that joins 3 tables together. The DataAdapter fills a DataSet from these tables. How can I add a new row to the DataSet? I'm using the code below to do this but it errors out on the last line.

Dim newrow As DataRow
newrow = MyDataSet.Tables("MyDataTable").NewRow()

newrow.Item("column1") = 0
newrow.Item("column2") = 1
newrow.Item("column3") = 1

MyDataSet.Tables("MyDataTable").Rows.Add(newrow)

Thanks again in advance.


AnswerRe: Insert rows in a multi table dataset Pin
Mark0631-Aug-05 13:04
Mark0631-Aug-05 13:04 
GeneralRe: Insert rows in a multi table dataset Pin
dptalt31-Aug-05 14:53
dptalt31-Aug-05 14:53 
QuestionVB.net Datagrid Pin
Simpiwe31-Aug-05 5:56
Simpiwe31-Aug-05 5:56 
Questionhow to shutdonw winXP Pin
marclenoir200531-Aug-05 4:49
marclenoir200531-Aug-05 4:49 
AnswerRe: how to shutdonw winXP Pin
°[Halo]°31-Aug-05 5:06
°[Halo]°31-Aug-05 5:06 
AnswerRe: how to shutdonw winXP Pin
Dave Kreskowiak31-Aug-05 5:44
mveDave Kreskowiak31-Aug-05 5:44 
Questiontwo scroll bars? Pin
monageasmear31-Aug-05 4:08
monageasmear31-Aug-05 4:08 
AnswerRe: two scroll bars? Pin
Taen_Karth1-Sep-05 11:47
Taen_Karth1-Sep-05 11:47 
Questiontwo scroll bars? Pin
monageasmear31-Aug-05 4:06
monageasmear31-Aug-05 4:06 
QuestionWho can answer the following? Pin
krugerkelly31-Aug-05 3:46
krugerkelly31-Aug-05 3:46 
AnswerRe: Who can answer the following? Pin
Dave Kreskowiak31-Aug-05 5:32
mveDave Kreskowiak31-Aug-05 5:32 
AnswerRe: Who can answer the following? Pin
Marcus J. Smith31-Aug-05 9:08
professionalMarcus J. Smith31-Aug-05 9:08 
Question.csv dataset confusion Pin
Vodstok31-Aug-05 3:16
Vodstok31-Aug-05 3:16 
AnswerRe: .csv dataset confusion Pin
Dave Kreskowiak31-Aug-05 5:27
mveDave Kreskowiak31-Aug-05 5:27 
GeneralRe: .csv dataset confusion Pin
Vodstok31-Aug-05 5:49
Vodstok31-Aug-05 5:49 
GeneralRe: .csv dataset confusion Pin
Dave Kreskowiak31-Aug-05 6:25
mveDave Kreskowiak31-Aug-05 6:25 
GeneralRe: .csv dataset confusion Pin
Vodstok31-Aug-05 6:35
Vodstok31-Aug-05 6:35 

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.