DataBlade API Programmer's Manual
Chapter 11: Developing Server Functions
Home
Contents
Index
Master Index
New Book
File Access
Server DataBlade API functions should not directly call the standard file-access routines. The DataBlade API provides a complete collection of file-interface routines. Use these functions for server functions or for functions that you design to run in both client and server programs. The functions require the inclusion of
mi.h
.
The DataBlade API includes the following file-interface functions:
mi_file_allocate()
mi_file_close()
mi_file_open()
mi_file_read()
mi_file_seek()
mi_file_sync()
mi_file_tell()
mi_file_write()
mi_file_unlink()
The
mi_file_sync()
interface function has no effect under Windows NT clients.
For individual descriptions of these functions, see
Chapter 12, "DataBlade API Function Descriptions."
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.