Home |
Previous Page | Next Page Creating User-Defined Routines > Writing a User-Defined Routine >
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:
- I/O on a generic stream
- I/O on an operating-system file
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]