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 >
Text File  |  1996-05-31  |  740b  |  25 lines

  1. /*---------------------------------------------------------------------------
  2.  *
  3.  *      (c)     Cadre Technologies Inc.    1995
  4.  *
  5.  *      File:        @(#)Sybase.hxx    1.1
  6.  *      Author:        heli
  7.  *      Description:    Some declarations for Sybase esql
  8.  *---------------------------------------------------------------------------
  9.  SccsId = @(#)Sybase.hxx    1.1\t06 Feb 1996 Copyright 1995 Cadre Technologies Inc. */
  10.  
  11. #ifndef    SYBASE_HXX
  12. #define    SYBASE_HXX
  13.  
  14. #include <cstypes.h>
  15.  
  16. #ifndef __RWCSTRING_H__
  17. #include "rw/cstring.h"
  18. #endif
  19.  
  20. extern RWCString sybConvert(CS_VOID *data, CS_INT dataType, int isStrType = 0, CS_INT dataLength = 1, CS_SMALLINT indicator = 0);
  21.  
  22. extern char *sybTruncate(char *str);
  23.  
  24. #endif /* SYBASE_HXX */
  25.