G
Guest
Hello:
I am working with VB.Net and Oracle 10g database on a Windows 20043 server.
I added a OleDBConnection to a form, configured the connection strings. And,
I added a OleDBDataAdapter and configured that o point to a single table with
the statement, "Select * from Customer". I Then created a dataset and
accepted the suggested dataset name dataset2.
I then dropped a Wingrid on the form and when I looked at the code, the
following two lines have been identified as wrong:
Me.DataSet21 = New test.DataSet2
and
Protected WithEvents DataSet21 As test.DataSet2
I do see an xsd file, DataSet2.xsd in my project.
What am I doing wrong?
Thanks for your help.
Venki
I am working with VB.Net and Oracle 10g database on a Windows 20043 server.
I added a OleDBConnection to a form, configured the connection strings. And,
I added a OleDBDataAdapter and configured that o point to a single table with
the statement, "Select * from Customer". I Then created a dataset and
accepted the suggested dataset name dataset2.
I then dropped a Wingrid on the form and when I looked at the code, the
following two lines have been identified as wrong:
Me.DataSet21 = New test.DataSet2
and
Protected WithEvents DataSet21 As test.DataSet2
I do see an xsd file, DataSet2.xsd in my project.
What am I doing wrong?
Thanks for your help.
Venki