M
Muljanto
Guest
Dear All My Friend,
Firstly thanks so much for your guidance, but I have some more question.
Based on my last question, I got the the answer from Karen Payne, like this
So this is what one of the update command looks like
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0"), _
Global.System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")> _
Public Overloads Overridable Function Update(ByVal dataTable As DemoCreatingDataSet.Table_1DataTable) As Integer
Return Me.Adapter.Update(dataTable)
End Function
I have made a follow up for this code, I have still a question :
1. How to type : Adapter, because it is not enlisted in vb,net 2015
For this line :
Return Me.Adapter.Update(dataTable)
My Dataset : latihandataset
My Table : datamahasiswa
2. Please give a complete command, because update is not member.
3. I am confused about :
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0"), _
It means every statement in this code should be replaced by "12", because in all code have about (4,0,0)
4. Please inform me, how to find the exception thrown, or How can I find Data Source.
It is still no brief for me, I have still not found this sub-form
Please help me to solve this problem
Thank you for your time and attention,
God Bless all of us,
My best regards,
Muljanto
Continue reading...
Firstly thanks so much for your guidance, but I have some more question.
Based on my last question, I got the the answer from Karen Payne, like this
So this is what one of the update command looks like
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0"), _
Global.System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")> _
Public Overloads Overridable Function Update(ByVal dataTable As DemoCreatingDataSet.Table_1DataTable) As Integer
Return Me.Adapter.Update(dataTable)
End Function
I have made a follow up for this code, I have still a question :
1. How to type : Adapter, because it is not enlisted in vb,net 2015
For this line :
Return Me.Adapter.Update(dataTable)
My Dataset : latihandataset
My Table : datamahasiswa
2. Please give a complete command, because update is not member.
3. I am confused about :
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0"), _
It means every statement in this code should be replaced by "12", because in all code have about (4,0,0)
4. Please inform me, how to find the exception thrown, or How can I find Data Source.
It is still no brief for me, I have still not found this sub-form
Please help me to solve this problem
Thank you for your time and attention,
God Bless all of us,
My best regards,
Muljanto
Continue reading...