Views and Stored Procedures

I tried to read the msgs on views but am still a little confused. Since views are not supported (TOO BAD!), I can not easily tie fields to database columns. Am I missing something?

Also, is it possible to do the same with a stored proc that returns a result set?

btw, MS SQL 2K

thanks

bruce

Views are not supported yet, is on the planning
for working with stored procedures see (see sample code from) databaseManager.executeStoredProcedure(…)