download free superman games free for pc
superman returns game ps2
superman returns iso
download superman returns game
superman returns rom
superman returns ps2
free superman game download for pc
free superman game download full version
superman returns rom free download
superman returns pc game
superman returns ps1
free download of superman returns
download superman returns game for pc
download game superman returns free for pc
free superman game download for ps2
download superman returns game free for pc
download superman returns ps1 game
free superman game download for pc
free superman game download full version
superman returns game download
superman returns ps1 game free
download superman returns for free
superman returns ps1 game download for pc
download superman returns free for pc
download free game superman returns for pc
download superman returns iso
download superman returns for free
download superman returns game free for pc
download superman returns game for pc
superman returns game download
download superman returns game pc free
free superman returns game download for pc
free superman game download for pc
download superman returns ps2 game free
download superman returns game free for pc
superman returns game free download
superman returns game for pc free download
free game download superman returns for pc
download superman returns game for free
superman returns game download free
superman returns game free download for pc
download superman returns game for pc
superman returns game download free
download superman returns for free
free game download for superman returns for pc
superman returns game free download full version
superman returns game for pc free download
superman returns game free download full version
download superman returns game pc free
free game download for superman returns for pc
superman returns game free download full version
download superman returns game free for pc
free superman returns game download full version
download superman returns game free for pc
free game download for superman returns for pc
download free game for superman returns
download free superman returns game free
download superman returns game free for pc
download free game superman returns
download superman returns game free for pc
free superman returns game download for pc
free superman game download for pc
superman returns game free download
free superman game for pc
superman 01e38acffe
[image] Superman Returns Game Free Pc Download.rar - download Superman Returns The Videogame XBOX 360.
[image] Superman Returns Game Free Pc Download.rar - download Superman Returns The Videogame XBOX 360.
I get no results and see no errors, help would be much appreciated.
Thanks
A:
this is not C#, it is VB.NET:
Dim x As New System.Data.DataTable()
x.Columns.Add(New System.Data.DataColumn("Title"))
x.Columns.Add(New System.Data.DataColumn("Author"))
' Add rows to table
x.Rows.Add(New Object() { "Superman Returns", "Christopher Nolan" })
x.Rows.Add(New Object() { "Superman Returns", "Jonathan Nolan" })
x.Rows.Add(New Object() { "Superman Returns", "David S. Goyer" })
' Add data to table
x.Rows(0)("Title") = "Superman Returns"
x.Rows(1)("Title") = "Superman Returns"
x.Rows(2)("Title") = "Superman Returns"
You're code is incomplete - you haven't actually populated any rows into the DataTable, so it's not surprising that it's not working...
Change your code to something more like:
Dim x As New System.Data.DataTable()
x.Columns.Add(New System.Data.DataColumn("Title"))
x.Columns.Add(New System.Data.DataColumn("Author"))
' Add rows to table
x.Rows.Add(New Object() { "Superman Returns", "Christopher Nolan" })
x.Rows.Add(New Object() { "Superman Returns", "Jonathan Nolan" })
x.Rows.Add(New Object() { "Superman Returns", "David S. Goyer" })
' Add data to table
x.Rows(0)("Title") = "Superman Returns"
x.Rows(1)("Title") = "Superman Returns"
x.Rows(2)("Title") = "Superman Returns"
EDIT
@Jon Skeet has explained in a comment how to do this in C
Related links:
Comments