G
Guest
Hi,
I can't use DataTable!
I try to write ( in form load):
Dim myDataTable As DataTable = New DataTable("ParentTable")
I then get "Type expected" for the DataTable (in Task List)
I have included "Imports System.Data"
(Tried Imports System.DataTable, and other Imports)
I have Visual Basic .net 2002 (ver 7.0 I think).
Is it to old, is there something else I have to do?
Is there an other way to show the user a table with content from a xml file!?
Best Regard
-bodil-
I can't use DataTable!
I try to write ( in form load):
Dim myDataTable As DataTable = New DataTable("ParentTable")
I then get "Type expected" for the DataTable (in Task List)
I have included "Imports System.Data"
(Tried Imports System.DataTable, and other Imports)
I have Visual Basic .net 2002 (ver 7.0 I think).
Is it to old, is there something else I have to do?
Is there an other way to show the user a table with content from a xml file!?
Best Regard
-bodil-