I wrote a method to create and load a Choice object by sending it an array of strings I have also started to play with the SQL class and can make the connection to a Clipper ODBC datasource and create a ResultSet. I can loop the ResultSet using a while loop and display a field using the getString method. I have not been able to find a way to populate the Choice from the ResultSet. Can I use the ResultSet as is or do I need to move the data to an array? Any Ideas?
Thanks in Advance!
PFC
Thanks in Advance!
PFC