I'd like to retrieve the rows from the db, and change the ID to a renamed file based on fields in the table, then execute a rename on the file...
right now files are stored in the db as ID.ext ... any way to use a stored procedure and change to field1.ext ??
I figure that a stored procedure would be the way to go but unless theres an easier way?
right now files are stored in the db as ID.ext ... any way to use a stored procedure and change to field1.ext ??
I figure that a stored procedure would be the way to go but unless theres an easier way?