I've got a table adapter (In Visual Studio 2005) that connects using an oracle data connector. In the adapter, I'm using native oracle SQL such as:
SELECT TO_DATE(SUBSTR(TO_CHAR(weird_oracle_field),0,12),'YYYYMMDDHH24MI') AS dt_added FROM oracle_data_table
There's also a CASE statement in...
I have a word document that has a nested table like this:
I need to run a macro that will perform the same function whether the cursor is in the nested table OR in the parent table. The macro inserts autotext into a new row (created below the current "parent" row). I can get the thing to...
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.