What is the difference between the Describe and Desc command? I am using "Desc ubbt_FILES" and "Describe ubbt_FILES"
When I use the Desc command instead of Describe in the SQL Command window, Desc returns a message, "9 row(s) affected by your query", while Describe displays the columns in a table.
It appears the number of rows is the number of columns in the table I am trying to describe, but it worries me because the message implies that I have changed something.
Edit after Rick's post below: Ahh, that explains it. Thanks so much!
Edited by Steve C (05/24/07 01:39 PM)
Edit Reason: Thanks