php 向oracle中插不进去数据解决方案

WBOY
Release: 2016-06-13 10:26:14
Original
993 people have browsed it

php 向oracle中插不进去数据
$query = oci_parse($olink,$strSql); 
$oresult=oci_execute($query); 
数据库连接成功; 
$strSql 在oracle执行能成功; 
可在php里执行就是不行,请各位指教,

------解决方案--------------------
你这样说 没人能帮的了你的
你可以试着截图叙述错误
------解决方案--------------------
建议精简代码 按单元测试。
你这里Mysql Oracle都有,看的眼花
另外,贴代码的时候选PHP格式吧。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!