OI Tables & OS files (OpenInsight Specific)
At 24 JAN 1999 10:26:45PM Brian Wick wrote:
How to programmatically (BASIC+) create a new OS path (folder in NT) from OI. EXAMPLE: CREATE A NEW FOLDER CALLED 'C:\HIDE\ACCOUNT'
OUTSIDE OF THE DATABASE TOOL IN OI HOW DO I CREATE A TABLE THAT I DO NOT WANT TO BE INCLUDED IN THE REPOSITORY FROM BASIC+? IS THERE A PARAMETER IN THE BASIC+ COMMAND 'CREATE_TABLE' THAT I AM MISSING ?
HOW DO I USE BASIC+ TO CHANGE THE APPID OWNER OF A TABLE ?
EXAMPLE: CHANGE A TABLE FROM APPID 'UT1' TO 'GLOBAL' OR 'SYSPROG' OR 'UT2'..THANKS FOR ANY HELP
At 26 JAN 1999 11:48AM [email protected] - [url=http://www.sprezzatura.com]Sprezzatura, Inc.[/url] wrote:
See the Utility MakeDir option for creating subdirectories.
Do you mean not in the outliner or not in the DBT table? Out of curiosity, why would you want a file to not show up in the outliner?
The table is stored in the media map as file*account. Just copy the record out with the new account name or use the copytable command.
At 04 FEB 1999 09:11AM Brian Wick wrote:
Thanks for the answers on questions 1 & 3.
I want to keep one table / volume out of the repository so I can backup partial table information to it prior to doing an APPBACKUP.
Since this question, I have tried two things that seem to work.
1) DO A COPY TO THE VOLUME OF PARTIAL TABLE INFORMATION
DO A DETACHDO AN APPBACKUPDO AN ATTACH OF VOLUME2) DO A COPY TO THE VOLUME OF PARTIAL TABLE INFORMATION
DO A DELETEROW OF TABLE FROM SYSREPOSDO AN APPBACKUPDO A SYNC DATABASE (SYSREPOS IS REBUILT)DO YOU KNOW OF ANY RHING ELSE THAT WILL WORK ?
THANKS AGAIN FOR YOUR IDEAS ….BRIAN