Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IMPORT DIRECTORY +IMPORT <f1>

Former Member
0 Likes
395

how does thestatement:-

IMPORT DIRECTORY INTO <dirtab>

FROM DATABASE <dbtab>(<ar>)

[CLIENT <cli>] ID <key>.

differentiates with :-

IMPORT <f1> [TO <g1>] <f2> [TO <g2>] ...

FROM DATABASE <dbtab>(<ar>)

[CLIENT <cli>] ID <key>|MAJOR-ID <maid> [MINOR-ID <miid>].

2 REPLIES 2
Read only

Former Member
0 Likes
357

hi,

first statement:

a table of contents of all data objects of a data cluster that was written to the database table

second statement:

some fields of contents of all data objects of a data cluster that was written to the database table

Read only

0 Likes
357

I understand , but then does it mean that learning the 2nd one

enables us to do all kind s of work ?