Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: DBI Update dynamically

by CountZero (Bishop)
on Feb 24, 2018 at 16:49 UTC ( #1209907=note: print w/replies, xml ) Need Help??


in reply to DBI Update dynamically

Every user having a different number of fields seems strange and goes against the basic principles of relational database design.

A "kludgey" solution however could be as follows:

  • SELECT the record you want to update and put this record's data into an array.
  • Update this array with the new data.
  • DELETE this record.
  • INSERT a new record with the updated data from the array.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1209907]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2023-03-24 15:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (61 votes). Check out past polls.

    Notices?