Home | Previous Page | Next Page   Creating User-Defined Routines > Writing a User-Defined Routine >

Performing Input and Output

Because a C UDR executes in the context of the database server, it should not use the standard input/output (I/O) calls such as scanf( ) and printf( ). The DataBlade API provides the following support for I/O from a UDR:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]