| Subject | Re: [ib-support] SPs: protecting the source code | 
|---|---|
| Author | Martijn Tonies | 
| Post date | 2002-09-02T05:56:10Z | 
Hi,
Pretty easy, update RDB$PROCEDURE_SOURCE (text blob) with
something like "my source!" in table RDB$PROCEDURES.
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
            Pretty easy, update RDB$PROCEDURE_SOURCE (text blob) with
something like "my source!" in table RDB$PROCEDURES.
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> some time ago, someone explained in this forum how one can prevent
> the SP source code in a database from being read/stolen.
>
> I cannot find that thread anymore.
>
> Could somebody refresh my memory ?