‎2010 Mar 09 10:19 PM
Hi,
Are there any class methods that can be used to upload database tables? I am aware that using GUI_UPLOAD method we can dynamically upload data from any flat file to a corresponding table. However can I take this process to the next level and upload the data from the internal table to a databse table at the run time?
Any thoughts or inputs shall be helpful?
Thanks in advance,
VG
‎2010 Mar 10 7:03 AM
HI
Actualaly I am not sure is there any class or methods are available for update the database tables from internal tables.
But we can try in a custom class and method for this purpuse using TYPE ANY and TYPE TABLE.
Regards,
R.Ranjtih,
‎2010 Mar 10 8:19 AM
However can I take this process to the next level and upload the data from the internal table to a databse table at the run time?
Why to not simply update/insert the internal table line by line to DB table?
Regards
Marcin