What is difference between API
Answers were Sorted based on User's Feedback
Answer / sreedevi
In API mode, the insertion of data into database follows all the constraints of database. The API mode will interact with the database on a per-record basis. This means that every record is handled by the database But in Utility mode, that disables the constraints & inserts the data into database.
Is This Answer Correct ? | 3 Yes | 0 No |
What are the key elements of a data processing system?
name the air commands in ab initio?
what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.
Describe how you would ensure that database object definitions (tables, indices, constraints, triggers, users, logins, connection options, and server options etc)are consistent and repeatable between multiple database instances (i.e.: A test and production copy of a database)?
i have 2 files. First file contains a,b,c,d as rows and second file contains 1,2,3,4 as rows. how do we make single a1b2c3d4 and 4 different rows a1, b2, c3,d4.
Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump
What is $mpjret?
. How can you run a graph continuously without using continuous components ?
What is the max core of a component?
What is EME?What is GDE?What is Co-operating system?What is the link between all these?Please explain elaborately.
How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on
Difference between public and private projects and how to make private to public?