Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: DBI Update dynamically

by CountZero (Bishop)
on Feb 24, 2018 at 16:49 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 13:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found