What function would I use to take a string and parse it the following way:
Original string: 20BPP0355
1. Need to find the "BPP" and bring every value to the
right of "BPP" into a new field:
New string: 0355
I'm trying to ODBC connect MS Access to my Oracle database. I have problems with tables that have CLOB format fields. How can I get around this problem? Can a view be created that can change the datatype of the CLOB field(s) into a VARCHAR format? If so, how is this done...Oracle function...
I have a description field --DESCR--in Access. The field is the result of the concatenation of 3 fields in another application. I would like to split this DESCR field. Here is an example:
DESCR
----------------------------------
SCENARIO: Regional Reimbursable Commodity SCRIPT: REM1000
The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.