Unanswered SQL Query into Array

  • Monday, February 06, 2006 6:05 AM
     
     

    I have a stored SQL query that in the query builder returns a table with all of the distinct years in my database.  Is there any way to put this information into an array?  I have been trouble using the data since the "schema" that the query returns is different than my database.

    Thanks!

All Replies

  • Monday, February 06, 2006 1:28 PM
     
     

    I'm not exactly sure why you need to put information from a DataTable into an Array. Could you provide a bit more detail?