On Mar 31, 2007, at 5:03 PM, Larry Bradley wrote:
> If I use an alias in the SQL Select (e.g select ... from membertable > members ...) what do I use for the DataSource? The alias (members) > or the > real table name (membertable)?
Well, since future communication to the database will need the actual table name...
Alias names don't persist after the query executes.
-- Ed Leafe -- http://leafe.com -- http://dabodev.com
©2007 Ed Leafe |