What is difference between API

Answers were Sorted based on User's Feedback



What is difference between API..

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 is difference between API..

Answer / rose24

It is possible to use sql statements in API mode but it is not available in Utility Mode

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ab Initio Interview Questions

What are the key elements of a data processing system?

0 Answers  


name the air commands in ab initio?

2 Answers   IBM, Syntel,


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.

1 Answers   IBM,


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)?

0 Answers  


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.

4 Answers   L&T,


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

1 Answers  


What is $mpjret?

0 Answers  


. How can you run a graph continuously without using continuous components ?

3 Answers   TCL,


What is the max core of a component?

0 Answers  


What is EME?What is GDE?What is Co-operating system?What is the link between all these?Please explain elaborately.

1 Answers  


How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on

0 Answers  


Difference between public and private projects and how to make private to public?

1 Answers  


Categories