Subject | Re: [firebird-support] Re: Encrypting stored procedures |
---|---|
Author | Martijn Tonies |
Post date | 2003-12-22T13:13:24Z |
Hi Marc,
to create a new database in my application with my stored procedures.
Normally I have to create the procedures and remove the source code with the
update-SQL. But if someone logs the SQL statements, network traffic or
whatever, everybody can see the source.
or something like that in a DLL?
a meta-data only backup into a new db? This way, you can
have your procedure code erased, create a backup, and restore
that backup.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> Is there a function (maybe in the gds32.dll) to compile the source codefrom the stored procedure. For example: if I give the user the opportunity
to create a new database in my application with my stored procedures.
Normally I have to create the procedures and remove the source code with the
update-SQL. But if someone logs the SQL statements, network traffic or
whatever, everybody can see the source.
>different releases? Will that work? Or .... as I asked: is there a function
> Is there another way?
>
> Compile it on my machine and insert the compiled code? But what about
or something like that in a DLL?
>If you want your users to create a new DB, why not restore
> Thank you very much in advance for your response.
a meta-data only backup into a new db? This way, you can
have your procedure code erased, create a backup, and restore
that backup.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com