bussiness logic - how to develop in mysql
hello,
we are in the middle of migration from one IT platform to new one. Due to
delay in the project I had to implement some temporary solutions in mysql
database. I have a couple of SQL statements which are executed via linux
shell scripts. Unfortunatelly I have to develop some bussiness process a
little more complicated then other. I am a familiar with php but on the
server php interpreter is compiled w/o mysql module. Remote access to mysql
database is not alllowed.
finally there is my question: how to develop bussiness logic over mysql?
Idea of processes I would like to programme is simple:
- check condition
- if something is true execute sql statement 1
- if something else execute sql statement 2
etc., without interaction with user, without other I/O operations.
I hope my problem is clear described. If you have any suggestions please let
me know, i will be gratefull for any answers.
regards,
R.
|