Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Class methods to upload database tables

Former Member
0 Likes
333

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

2 REPLIES 2
Read only

Former Member
0 Likes
306

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,

Read only

MarcinPciak
Active Contributor
0 Likes
306

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