Possible Duplicates: Select * vs Specifying Column Names Which is faster/best? SELECT * or SELECT column1, colum2, column3, etc.
I'm using ADODB connection in C. The code works more or less fine but I'm getting errors when there is no result for my query and I try to read it. ...
If I write select 77C the output is
select 77C
C 77
select C77