Hi there,
You can add a WHERE clause that returns no records:
sSQL = "SELECT * FROM table WHERE SomeColum = 'Some Condition that is never true'"
That way, you still get the meta data but not the records....
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|