Jump to content

Need a generic update function to update a mysql table


colap

Recommended Posts

You're going to have to be more specific.  You can write a function that will accept an associative array and will construct an update statement.  However, you won't be able to write it to have intelligence about the data type for the queries without doing a SHOW CREATE TABLE and parsing it yourself.

 

-Dan

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.