Dynamic printing of contents of tables [message #233252] |
Wed, 25 April 2007 06:50 |
gustav80
Messages: 1 Registered: April 2007
|
Junior Member |
|
|
Hello,
Is it possible to write a dynamic procedure that takes as parameters:
* table_name
* column_string (on f.ex. on format: "id,name,phone")
.. and have the procedure print:
id = [the value]
name = [the value]
phone = [the value]
?
I need such a general procedure to easily print some of the values in records in different tables.
Note: The number and types of the columns inputted will vary
Thanks in advance.
/Gustav
|
|
|
|
|