vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am not aware of any 'built-in' functions - you may want to look into user defined routines (UDR) - you can write your own 'c' code and call that routine as an external procedure..... ----- Original Message ----- From: "Brett Sinclair" <lbrettsinclair@yahoo.com> To: <informix-list@iiug.org> Sent: Tuesday, February 15, 2005 11:18 AM Subject: encrypt/decrypt data before an update/insert > Hello everybody > I'm looking for a way to create a stored procedure that will encrypt > data in a column when doing an update or an insert. > I would need also the decrypt version when doing a select of that > column. > I think I would put that call in a trigger so it would be transparent > to the user. > > Anybody has this type of stored procedure ? > > Regards > Brett > sending to informix-list |