Update multiple table and rows in one go [message #685943] |
Sun, 01 May 2022 03:23 |
vibhavari
Messages: 20 Registered: October 2009
|
Junior Member |
|
|
HEllo Friends,We have GUI and using that twe need to update multiple tables and multiple rows in one go . What can be the different ways by which we can do this update . I have one idea to use JSON buts that also would be bulky. Any other way by which we can save the data in other file and then read it .
|
|
|
Re: Update multiple table and rows in one go [message #686001 is a reply to message #685943] |
Mon, 23 May 2022 18:36 |
|
Mahesh Rajendran
Messages: 10707 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
Your question is too generic. Assuming you are referring to database related GUI, any of them should be able run an sql script that can read and write from/to database / flat files through many methods. Could you be any more specific?
|
|
|