IBM Books

Language Environment Interface Reference


Creating a New Language Environment

Net.Data uses language environments as pluggable programming language and database interfaces, accessed as DLL files, shared libraries, or service programs depending upon your operating system environment. In this document the term shared library is used when generically referring to these types files. Net.Data provides a set of language environments, but when these language environments do not meet your application needs, you can create your own, using the Net.Data language environment interface.

Creating a new language environment involves the following steps:

Before you decide to create a new language environment, determine if the Net.Data-supplied language environments satisfy your requirements.

This chapter describes how to design the language environment.

To learn about the language environment programming interface, see The Language Environment Programming Interface Utility Functions .


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