On Mon, 4 Feb 2002 09:23:24 -0000 , 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