How to load a data at run time using dynamic query

mallikasp

New Member
Hi Friends,

I have to load a table by importing the values from the file. Here the table and file name will be given dynamically, i.e. at run time. Can anyone suggest me how can i get this done.

Hope i willl get a answer soon.

Regards
Mallika
 

parul

Member
Unfortunatly there is no dynamic import statement.
You have to write it using buffer-create statement as i pointed out in your earlier post.

Have a look at KnowledgeBase, solution ID: P106138
Title: "How to IMPORT a record dynamically."

-Parul.
 
Top