[PHP] Insert or update in Oracle database

2002-02-04 Thread SIM/HAOUHACH

Hello,
To these that use the PHP by integrating an Oracle database, I wanted to
know how made you your idea to be able to make the update or insert in your
database.
Thanks

LYNDA HAOUHACH
Ingénieur Systèmes
SONATRACH LTH
Émail: [EMAIL PROTECTED]




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Insert or update in Oracle database

2002-02-04 Thread David Otton

On Mon, 4 Feb 2002 09:23:24 - , you wrote:

Hello,
To these that use the PHP by integrating an Oracle database, I wanted to
know how made you your idea to be able to make the update or insert in your
database.

http://www.php.net/manual/en/function.ociexecute.php

or maybe

http://www.php.net/manual/en/function.odbc-execute.php

Should be pretty much the same as doing a select. If select is working
but update and insert aren't, perhaps the user you're connecting as
doesn't have permission to insert or update records?

djo


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php