So I am still dabbling with ColdFusion. It is satisfying to be able to connect Flex <-> CF <-> UniVerse and see data.
When data appears in say two tables, the traditional CF way to grab the data is with al SQL INNER JOIN statement. It seems like all that I can do with CF and UniVerse is something like... SELECT * FROM LATE_LIST and then SELECT * FROM SALES_ORDERS and then combine the two resulting arrays in CF. CF will show I-Descriptors in the list of table contents when invoked via an @SELECT in the dictionary... but, my CF program did not grab any data from this same I-Descriptor. In advance of my printing out Rocket's UniVerse SQL tech manual... tips and tricks would not hurt my feelings. --Bill _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
