S
scorpion53061
In this statement:
select CONVERT (CHAR(10), DATE, 101) AS DATEOFORDER
the dataset had it appear as "DATE" which was empty and as DATEOFORDER which
was as it should be.
If I try:
Dstran1.Tables(0).Columns.Remove("DATE")
it balks and says there is no column called "DATE"
I dont want to have an empty column so how should I get rid of it?
select CONVERT (CHAR(10), DATE, 101) AS DATEOFORDER
the dataset had it appear as "DATE" which was empty and as DATEOFORDER which
was as it should be.
If I try:
Dstran1.Tables(0).Columns.Remove("DATE")
it balks and says there is no column called "DATE"
I dont want to have an empty column so how should I get rid of it?