Emulation of Java application on PHP -


scenario:

we have php/mysql based corporate web portal , separate ms sql database on remote server accesed 3rd party vendor java application(web client communicating mssql database).

requirement:

i rid of java application , transfer functionalities php web portal , need figure out queries don't have source code of java application , there no way reach vendor ask.

is there way can capture queries java application sending can use in php scripts?

maybe tracing last queries mssql somehow? or

somehow see java application emits database in way?

while can log incoming queries coming server (how see query history in sql server management studio) still going rewrite of queries i'm sure of them dynamic. see end result in log this:

select * users id=5 

while in php code mysqli or pdo function binds 5 value prepared statement. have figure out why or how java application came query did.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -