java - PHP connect using JDBC -


i have dbms called bbj dbms. , installed jdbc , connecting via java no problems. thing need connect using php code. , dbmc has odbc windows. have no choice other jdbc.

what efficient solution case ?

thanks in advance.

jdbc java (hence name, java database connectivity)...

check out mysqli , pdo connecting database php.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -