I’m starting a project with a client that will be using Drupal & MySQL for the CMS, but must connect to a preexisting Oracle database that is connected to a docket system i.e. file uploading, status updates, etc. We can’t migrate the Oracle data because the client’s backend has way too much business logic attached to it, so we have to connect to the Oracle database and perform CRUD operations on it. I have never done anything like this before, so any help would be greatly appreciated.
↧