Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.php > #4211

OCI8

Path csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From Jörg Burzeja <No_Spam_burzeja@gmx.de>
Newsgroups de.comp.lang.php
Subject OCI8
Date Mon, 21 Aug 2017 20:45:59 +0200
Lines 18
Message-ID <f00o39Fpq2dU1@mid.individual.net> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 8bit
X-Trace individual.net spF1QhRcDLIdW2yO0BlhGAGKUl6xtII1lyn4MGij1m9fRyU2d7
Cancel-Lock sha1:02KJHXzM7Z0O150C+82sEzG9+5c=
X-Mozilla-News-Host snews://news.individual.de:563
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
Content-Language de-DE
Xref csiph.com de.comp.lang.php:4211

Show key headers only | View raw


Hallo,

hat jemand Erfahrung mit PHP und OCI8 auf eine ORACLE DB?

Das funktioniert:
$stid = oci_parse($conn, 'SELECT * FROM employees');

Das auch:
$stid = oci_parse($conn, 'SELECT * FROM employees where 1 = 1');

Das nicht:
$stid = oci_parse($conn, 'SELECT * FROM employees where first_name = 
''Lisa''');

double quotes scheinen bei ORACLE nicht zu funktionieren? Gibt es eine 
andere Lösung?

Danke.

Back to de.comp.lang.php | Previous | NextNext in thread | Find similar | Unroll thread


Thread

OCI8 Jörg Burzeja <No_Spam_burzeja@gmx.de> - 2017-08-21 20:45 +0200
  Re: OCI8 Claus Reibenstein <4spamersonly@kabelmail.de> - 2017-08-21 20:56 +0200
    Re: OCI8 Jörg Burzeja <No_Spam_burzeja@gmx.de> - 2017-08-21 21:06 +0200
    Re: OCI8 "Christoph M. Becker" <cmbecker69@arcor.de> - 2017-08-21 22:56 +0200
      Re: OCI8 Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-08-22 14:43 +0200
        Re: OCI8 "Christoph M. Becker" <cmbecker69@arcor.de> - 2017-08-22 15:51 +0200
    Re: OCI8 Jörg Burzeja <No_Spam_burzeja@gmx.de> - 2017-08-22 21:50 +0200
      Re: OCI8 Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2017-08-22 20:36 +0000
        Re: OCI8 Jörg Burzeja <No_Spam_burzeja@gmx.de> - 2017-08-22 22:58 +0200
          Re: OCI8 Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-08-28 01:08 +0200

csiph-web