Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
あまりにも多くの値を返すクエリを実行しようとしていますが、表示されているように手動で指定したくありません。
oci_execute($searchSQL) or die ("Unable to execute query as there are too many values\n");
ただし、返される値が多すぎるとは限りません。実際の問題を印刷するにはどうすればよいですか? よろしくお願いします!
oci_execute($searchSQL) or die (oci_error());
....しかし、エラー状態を報告するために die を使用するのはあまりきれいではありません。