home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
Sybase.hxx
< prev
next >
Wrap
Text File
|
1996-05-31
|
740b
|
25 lines
/*---------------------------------------------------------------------------
*
* (c) Cadre Technologies Inc. 1995
*
* File: @(#)Sybase.hxx 1.1
* Author: heli
* Description: Some declarations for Sybase esql
*---------------------------------------------------------------------------
SccsId = @(#)Sybase.hxx 1.1\t06 Feb 1996 Copyright 1995 Cadre Technologies Inc. */
#ifndef SYBASE_HXX
#define SYBASE_HXX
#include <cstypes.h>
#ifndef __RWCSTRING_H__
#include "rw/cstring.h"
#endif
extern RWCString sybConvert(CS_VOID *data, CS_INT dataType, int isStrType = 0, CS_INT dataLength = 1, CS_SMALLINT indicator = 0);
extern char *sybTruncate(char *str);
#endif /* SYBASE_HXX */