ProC code to solve the following...

From: David Robert Dymm <dymmd_at_source.asset.com>
Date: 4 Nov 1994 12:17:44 -0500
Message-ID: <39dqbo$g43_at_source.asset.com>


Could someone supply a snipper of ProC code to solve the following?

An account consists of N number of tables. N is not known at compile time, but is the total number of tables in the account. The number, names and datatypes of the columns for each table are also not known at compile time. In a loop, for every table, fetch the table name, number of columns in the table, name of each column, and each column's data type. Also fetch every row in each table. Exit the loop when this information has been retrieved for every table in the account.

Many thanks!!!

   David Dymm
   dymmd_at_source.asset.com Received on Fri Nov 04 1994 - 18:17:44 CET

Original text of this message