There were some things with my dbo_oracle that were causing problems:

* PHP OCI functions do not return the table, so everything was being
  put into the [0] array, which caused problems if the column name
  from different tables were used.
* The base dbo_source.php file was aliasing tables with the keyword AS,
  which Oracle doesn't seem to like.  It works ok without the 'AS'
  keyword.
* There is no 'insert_id' function for Oracle like there is for MySQL.
  We are using a sequence table.  I think this is standard for Oracle,
  so I need to figure out a way to get the lastInsertID working
  properly.
* I'm sure that there will be other things that crop up.

I am trying to get this all working, but I am having to delve into the
dbo_source.php and datasource.php files, so it's not going to be
pretty.

I can't seem to get adodb-oci8 to work and I'm not sure about a PEAR
driver.

Anyone have any more suggestions?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to