Hi,
I´m using SQL Server7.0 and Visual Basic 6.0. I´m trying to display in a grid a select I made in VB. However, I would like that the first row of the grid was empty, and to show the recorset only after this first row.
For instance, insted of heaving this:
Data1
Data2
...
I would like to have:
(nothing)
Data1
Data2
...
Is there any way to do this maybe using SQL?
Thank you
I´m using SQL Server7.0 and Visual Basic 6.0. I´m trying to display in a grid a select I made in VB. However, I would like that the first row of the grid was empty, and to show the recorset only after this first row.
For instance, insted of heaving this:
Data1
Data2
...
I would like to have:
(nothing)
Data1
Data2
...
Is there any way to do this maybe using SQL?
Thank you