PHP interpreter gets undefined constant OCI_COMMIT_ON_SUCCESS with ADODB

后端 未结 2 1907
無奈伤痛
無奈伤痛 2021-01-13 23:02


I wrote a php script that must be run on the php interpreter (Without Apache), which uses the adodb library with an Oracle database, but when I try to run it, I\'m gett

2条回答
  •  情歌与酒
    2021-01-14 00:03

    I had issues with wamp using 32-bit and 64-bit. I had to use the 32-bit Oracle thin client with 32-bit wamp server to get it working correctly.

提交回复
热议问题