home *** CD-ROM | disk | FTP | other *** search
- /*---------------------------------------------------------------------------
- *
- * (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 */
-