Database
reilly.lst
Associated article: Accessing NetWare SQL Files Without NetWare SQL
Tags: Database Design
_ACCESSING NETWARE SQL FILES WITHOUT NETWARE SQL_
by Douglas Reilly
[LISTING ONE]
#ifndef DDFFILE_H
#define DDFFILE_H
#include "bfile.h"
class Value {
char *strValue;
double dValue;
long iValue;
int len;
int dec;
public:
Value(int l=0,int ...


