Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'TODO: This line of code loads data into the 'IDM_Test_1000007680DataSet1.vw_BankCustomerRelationship' table. You can move, or remove it, as needed.
Me.Vw_relationshipTableAdapter1.Fill
(Me.dataset2.vw_relationship)
Friend WithEvents DataSet1 As
Fedline.DataSet1
Friend WithEvents VwCustomerRelationshipBindingSource1 As System.Windows.Forms.BindingSource
Friend WithEvents Vw_CustomerRelationshipTableAdapter1 As Fedline.TableAdapters.vw_CustomerRelationshipTableAdapter
Ok so there is the sample code, Basically I have a dataset and i need to pull variables out of the dataset. I need some example code on pulling data out of a dataset so i can then pass it to the database. I am also selecting a certain row of data by using a combobox and diosplaying one variable from the dataset say bank name. After i select the correct bank name I then need get the BankRouting number and 4 other variables from that dataset how would I pull that data.
David
'TODO: This line of code loads data into the 'IDM_Test_1000007680DataSet1.vw_BankCustomerRelationship' table. You can move, or remove it, as needed.
Me.Vw_relationshipTableAdapter1.Fill
(Me.dataset2.vw_relationship)
Friend WithEvents DataSet1 As
Fedline.DataSet1
Friend WithEvents VwCustomerRelationshipBindingSource1 As System.Windows.Forms.BindingSource
Friend WithEvents Vw_CustomerRelationshipTableAdapter1 As Fedline.TableAdapters.vw_CustomerRelationshipTableAdapter
Ok so there is the sample code, Basically I have a dataset and i need to pull variables out of the dataset. I need some example code on pulling data out of a dataset so i can then pass it to the database. I am also selecting a certain row of data by using a combobox and diosplaying one variable from the dataset say bank name. After i select the correct bank name I then need get the BankRouting number and 4 other variables from that dataset how would I pull that data.
David