If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Me gustaría saber si hay alguna forma de pasar una tabla interna a otro programa, como por ejemplo puedo pasar datos de tipo char con la sentencia SET PARAMETER ID .... field
Hola, has probado con un EXPORT <tabla o campo> FROM <tabla o campo>TO MEMORY ID <variable>.
Luego en el programa donde lo utilices hacer un IMPORT <tabla o campo> TO <variable o tabla donde guardaras la informacion> FROM MEMORY ID <variable>.
Comentario