Now we need to provide the ability to have a different connection to get the data from the Oracle Database which is called VALET_DATA and the table name is also called CUSTOMERS. The column names in the table CUSTOMERS is exactly the same for both ORACLE and the SQL Data. What is the best way to allow for both SQL and Oracle?
It seems that when the Business Object is created (mapped) it is specific to SQL. Is it possible to use this BO with an Oracle connection? Or do we need to create BOs for Oracle?
This property is used to create the INSERT and UPDATE commands. Whether you are using INSERT and UPDATE sprocs or not, this collection gets use to determine how to build the INSERTs and UPDATEs within the DataSourceItem. So if you have the need to support both SQL and ORACLE on the same BO and receiving an error on updates or inserts when swapping, then you could override this property within your base BO and handle this yourself.